Authentificate using a Token with curl.exe using ZAPI
Hi, after using the JUnit import functionality in Zephyr Squad, I have to attach some log files as evidence to the executions created by the JUnit test result upload. Since I am not a Java developer but more the scripting guy kind, I was looking for examples how to do this in the most direct way. I found that this is e.g. for uploading an attachment this is to send a POST message to the Jira Server using the ZAPI REST API. On Windows you can use for example curl.exe. E.g. curl -D- -u MyUserID -X POST -H "X-Atlassian-Token: no-check" -F "file=@test_time.txt" https://jira-server.mycompany.es/rest/api/2/issue/ABC-11/attachments Using a 20 line perl script I am able to for example, to retrieve the ids of the test executions via GET requests and then attach specific attachments as evidence to the executions. I have uploaded this script as "20211018_upload_attachments_wip.pl". The script is work in progress and only demonstrated that information can be retrieved via ZAPI API and attachments can be uploaded - nothing else. I read that within the admin interface of the Zephyr Squad plugin it should be possible to generate an access key that can be used in scripts and can be assigned fine tunes access rights (similiar to github tokens). How can I generate these tokens? How can I use the token in curl.exe. Thanks. Best regards, RaphaelSolved1.9KViews0likes3CommentsWhere do I report a bug that is messing up Zephyr?
Yeah, this was a difficult topic to phrase. I'm not looking for how to create a bug in the programme. I'm looking for a way to tell the makers of Zephyr that there's a bug in their programme. This was a virtually impossible thing to find just by googling, as you can imagine.😂 I'll attach two screenshots, of the first and second problem. As you can see in "zephyr bug.jpg", "Learn more" is covering Traceability Matrix, which is not click-able. The menu also got stuck so I couldn't scroll down to Integrations etc. The menu unlocked itself after I refreshed the page a couple of times and it became scrollable again, but while "Learn more" got positioned marginally better, the overall text got even more messed up (zephyr bug2.jpg). Still can't click Traceability. Am I not supposed to be able to click Traceability Matrix? Even if that's the case, it shouldn't get overlapped by "Learn more". None of this should overlap this way. I'll attach a screenshot of the second problem, too.1.6KViews0likes2CommentsZephyr Squad REST API rate limits an how can I increese it
Hello, The Zephyr Squad REST API documentation says that the rate limits are: https://support.smartbear.com/zephyr-squad-cloud/docs/api/index.html Rate limits 1,000 requests per hour. 24,000 requests per day. but my doubt is if that limits are for account/user or organization, and how can i increese that limits.1.4KViews0likes1CommentZephyr Project Setup
Hi We're attempting to setup Zephyr for Jira (5.6.5). I don't see anywhere in the documentation where you actually setup a Zephyr project (or if that even exists?). We want to aggregate a group of tests (will need to be manually entered) into one project (i.e. a Test Project). These will be linked back to dozens of other primarily 'Scrum' Software projects. Is their a prescribed way to do this? If I create a new software project for example, I get three choices (Scrum, Kanban and Basic)? What is the difference re: Zephyr implementation? Or - is a business project a better way to approach this?Solved1.3KViews0likes2CommentsIncrease Maximum File Size Test Case Importer
Hello, is it possible to increase the Maximum File Size for the Test Case Importer? we have already tried to increase this manually in the settings. However, it seems that the setting is not accepted. Can't a setting higher than 1MB be made? Is there a workaround for this? Thank you in advance! BRSolved1.3KViews0likes3CommentsError when starting Test Executions after JIRA 8.20.4 LTS Update
HI there, since the latest update to JIRA 8.20.4 LTS (server), test executions cannot be run anymore. Our IT support can't help either anymore. We re-indexed, hard indexed, checked permissions etc. there were no changes to either Zephyr or anything other than the JIRA update done. Does anybody have a similar issue?Solved1.2KViews0likes3CommentsDoes ZephyrSquad have its own fixVersion field that is distinct from the JIRA field?
I am a little confused as to why Zephyr test is not populating the JIRA fixVersion field when I assign a test case to a test cycle, since it is needed in some of the JIRA Gadgets, e.g. Zephyr Test Distribution Gadget. I was thinking that I need to be manually added the associated version info to this field after I assigned a test (which seem stupid. Why isn't it just getting assigned. When click on the name of the Test Cycle in the Details portion of the Cycle Summary, I notice that the resulting report has a field named fixVersion that had the correct version info in it, but that info is not appearing in the JIRA fixVersion field of the JIRA Issue. What is going on? If Zephyr has its own version of the field is its own Gadget unable to access that field? I also noticed that SmartBear has an FAQ (sort of) on this issue, but I don't have JIRA Admin access and it is unclear is they are talking about Zephyr's fixVersion field being hidden or JIRA's fixVersion field being hidden. The JIRA field is definitely not hidden on a site. Working with IT is very challenging her, so I'm trying to get some insight to guide IT. Thanks.Solved964Views0likes1CommentZephyr Test execution reindex failed:errorType":"ERROR","clientMessage":"We encountered some problem
Hi All, We recently came across this problem post successful migration from Jira server to Jira cloud with Zephyr App data. While following documentation for app data migration there is one step mentioned that you need to clear server cache from Zephyr configuration and perform Metadata reindex and Execution reindex. Metadata reindex works fine for migrated project while Execution Execution failing with below error: errorType":"ERROR","clientMessage":"We encountered some problems during processing this request. Please try again!","errorCode":111}" We have spent hours to figure out the issue and finally after comparing the project already exists which we can successful Execution reindex, cross verified the permission schemes for both project and identified the differences missing the addon role in migrated project, just add the role to permissions Administer project ,edit issues, browse permissions and solved the problem. Hope this will help those who struggle on last step during migration journey from server to cloud! If you still face issues let me know will try to help!962Views1like2Comments