how to Integrate Zephyr Squad or Zephyr Scale with Azure DevOps.
I want to Integrate Zephyr Squad/Scale with Azure DevOps Pipeline , Because After running CI-CD pipeline on Azure Devops, it will generate results in the form of Excel file(.xlsx) & Screenshots(.png). so Now Want toSend Test Results from Azure DevOps to Zephyr Squad/Scale. To transfer your test-execution results from Azure DevOps back to Zephyr Scale/Squad, what should I do can anybody suggest. Now I m following Zephyr Squad documention:- Continuous Integration. url:https://support.smartbear.com/zephyr-squad-cloud/docs/continuous-integration/integration-script.htmlSolved2.1KViews0likes2CommentsYour Journey to Atlassian Jira Cloud with Zephyr Squad
Greetings community, Surely by now, most of you are aware of Atlassian’s shift in strategy to become a cloud-first company. This has some important implications to anyone who uses their Server based products, including apps. TL;DR: Follow these steps to migrate your Zephyr Squad app data using JCMA: Follow Atlassian's guide to setup theJCMA Followour Cloud migration guide to complete the migration Key dates per Atlassian’s FAQ page: February 2, 2021 – Atlassian customers can no longer purchase or request a quote for new Server licenses. February 2, 2022 – you will no longer be able to upgrade or downgrade user tiers for your Server products or apps (with some exceptions) February 2, 2023 – Existing customers can no longer purchase Server apps on the Marketplace February 2, 2024 – Atlassian stops support for Server products and apps What does this mean for Zephyr Squad customers? From my calls with some of you, and what I keep hearing from our support team, is that many of you are already actively exploring your options. While some are choosing to stick with on-prem by moving to Data Center, many of you are making plans to migrate everything to Cloud, including apps. Here at SmartBear, we are committed to facilitating a smooth transition to Cloud for all our customers. This includes brining feature parity between Server and Cloud products, supporting automated migration tools like JCMA, and be compliant with a number of Atlassian Cloud security and reliability programs on the Marketplace. What is the recommended migration path to Cloud? Atlassian’s Jira Cloud Migration Assistant (JCMA) is your primary path to Cloud. It is an application that helps you move projects, users, and groups from Jira Core or Jira Software on Server to Cloud.The automated app migration functionality in JCMA is now in an open beta, which means that all users can migrate their app data over to Cloud. Are there any feature differences between Jira Server and Cloud versions of Zephyr Squad? If you want to move to the Cloud version of Zephyr Squad, it’s worth considering feature differences from Server. We’ve created a handy Server/DC vs Cloud comparison matrix where you can review these differences in detail. Are there any limitations regarding what data I can migrate using JCMA tool? Yes. Because of feature differences between the Server and Cloud versions of the Zephyr Squad, some data will not be migrated. Please refer to the ‘Known issues and limitations’ section of the Cloud Migration Guide. Are there any alternatives to using JCMA? Yes.Zephyr Migration Tool by SmartBear is another solution for migrating Zephyr Squad data from Jira Server to Jira Cloud. This approach is recommended if JCMA isn't working for you, and your Jira instance is middle-sized with a few projects, as this migration utility can migrate Zephyr Squad data only for one project at a time. What if I need any help with the migration? If you require technical assistance, please check out the Cloud Migration FAQ or raise a ticket with our support team. Tell us a bit about your Cloud migration journey I’ll conclude this post with a question to you, our awesome community. What is your plan of action around migrations? Please spend a moment to fill our this short survey to let us know!1.7KViews3likes0Commentserror with migrating Zephyr Squad data via Migration Tool
I'm getting this error when trying to migrate a project to the cloud, using the migration tool: 2021-10-07 14:54:32,244 - ERROR - c.z.m.s.i.IssueServiceImpl - Error occurred while fetching the test (issue) details from jira org.codehaus.jackson.map.JsonMappingException: No suitable constructor found for type [simple type, class com.atlassian.jira.rest.client.api.domain.Version]: can not instantiate from JSON object (need to add/enable type information?) at [Source: java.io.StringReader@177f5881; line: 1, column: 173305] (through reference chain: com.zephyr.migration.model.TestCaseBean["issues"]->com.zephyr.migration.model.Issue["fields"]->com.zephyr.migration.model.Field["fixVersions"]) at com.zephyr.migration.service.impl.IssueServiceImpl.getIssueDetailsFromJira(IssueServiceImpl.java:76) at com.zephyr.migration.service.impl.MigrationServiceImpl.beginTestStepsMigration(MigrationServiceImpl.java:1200) at com.zephyr.migration.service.impl.MigrationServiceImpl.beginExecutionMigration(MigrationServiceImpl.java:708) at com.zephyr.migration.service.impl.MigrationServiceImpl.migrateSingleProject(MigrationServiceImpl.java:111) at com.zephyr.migration.controllers.MigrationViewController.processForm(MigrationViewController.java:33) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) I've highlighted the offending line. Can someone point me in the right direction as to what's going wrong here, please? at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1589) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829)Solved1.3KViews0likes3CommentsZephyr Migration from Jira Server to Jira Cloud
I completed a test migration from server to cloud about 2 weeks ago and all the test details and data migrated over. I went through and completed the real migration over the weekend and none of the test details or data migrated from our Server to our cloud instance. Any one have any suggestions on what I can do to complete this data move. I followed the JCMA migration instructions that I followed when I did our test migration.1.2KViews0likes4CommentsMigrating Test Executions from Zephyr for Jira to Zephyr Squad or Scale in Jira cloud
We have migrated from Zephyr for Jira running on our on premise Jira Data Center instance to Zephyr Squad on Jira Cloud. SmartBear documentation indicates that migration of test executions is not possible. Has anyone found a method to migrate test executions or perhaps another suitable alternative?Solved1.2KViews0likes2CommentsZephyr Cloud REST API : How to Add Defects by API Update Execution?
1) Document :https://zfjcloud.docs.apiary.io/#reference/execution/get-list-of-linked-executions-to-issue/update-execution 2) I can not request APIUpdate Execution by insert field "defects" got ERROR code 400: { "errorType": "ERROR", "clientMessage": "issueId field value is null or 0 is not valid.", "errorCode": 123 } 3) If remove field "defects" can received status 200 SuccessSolved1.2KViews0likes1CommentMigration from Zephyr Squad to Scale
Dear community, we are currently investigating all possible ways to migrate our testcases (including attachments / screenshots of test-steps / related cycles and other artefacts) from Zephyr Squad to Zephyr Scale, with the least manual involvement. We are talking about 1200 test cases. We only want to use one test-management addon in the future. We currently have both addons running on the same Jira Data Center instance. So what are the possibilities? Anybody had the same scenario at hand and came up with a solution? Thanks, Christoph1.1KViews0likes1CommentMigration from X-ray to Zephyr
Our company is planning to switch from Xray to Zephyr Squad. Iam looking to see if we can easily migrate all X-ray related issue types from Xray to Zephyr. So, curious if the X-ray and Zephyr Squad Jira issue types map one to one, and if there will be any loss of information or documents when migrating all of the Xray related issue types to Zephyr (i.e. test results docs, test scenarios as we are using Cucumber test-type, and any historical-data i.e. who changes what?) Thanks for your help!1.1KViews0likes2CommentsMigrate from MFQC to Zephyr Squad
Im looking at options for migrating from MFQC (Micro Focus Quality Centre, previously known as HP Quality Centre aka ALM) into Zephyr Squad. There seem to be tools to migrate but I have not found any that specifically mention MFQC (not sure if there are any significant differences from ALM/QC) or if there are any differences in migrating between the different Zephyr versions. Are there any issues that I need to be aware of? Any suggestions appreciated.Solved1.1KViews0likes1CommentUnable to run my gradle project after adding zfj-cloud-rest-client-1.2-jar-with-dependencies.jar
Hi, We have a java gradle project thatupdates statusof automation test cases in Jira via Zephyr APIs. For these calls we had been using basic authentication(userame/password). After Jira cloud migration, basic authentication failed to work due to deprecation (https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/) and so we followed this guidelinehttps://support.smartbear.com/zephyr-squad-cloud/docs/api/jwt-token.htmlto generate JWT tokens for Zephyr calls. When I created a blank new project with the SampleJwtGenerator class it worked fine and I was able to successfully use the generated JWT tokens. But when I tried to include theSampleJwtGenerator class in our existing project (our project is based onSpring Framework 5.3.12) I could not run the project, I get the following exception Exception in thread "main" java.lang.NoSuchMethodError: 'void org.springframework.core.annotation.AnnotationAwareOrderComparator.sort(java.util.List)' at org.springframework.boot.SpringApplication.getSpringFactoriesInstances(SpringApplication.java:458) at org.springframework.boot.SpringApplication.getSpringFactoriesInstances(SpringApplication.java:450) at org.springframework.boot.SpringApplication.getBootstrapRegistryInitializersFromSpringFactories(SpringApplication.java:294) at org.springframework.boot.SpringApplication.<init>(SpringApplication.java:285) at org.springframework.boot.SpringApplication.<init>(SpringApplication.java:266) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) at com.hyland.jiraconnector.JiraConnectorServiceApplication.main(JiraConnectorServiceApplication.java:25) Please can you provide any guideline to solve my problem?1KViews0likes2Comments