TestsCases and related zephyr actions missing
Hello there, Over the weekend (probably due to some updated?) our test cases and related zephyr actions went missing from our project that is integrated with zephyr (attachment no.1). In addition to that Zephys start to demand to add a dedicated ticket type for zephyr - it has been added before and is still added, nothing changed on our side (attachment no.2) - but new (looks like) incorrectly names as - Tect - ticket type has appeard. (attachment no.3). After adding this new TECT issue type to our scheme newly created tickets in this category does show necessary field (attachment no.4). I've looked though changelogs and news for zephyr, I saw that you introduced some improvements for test cases - Is this related? Is this change intentional? My main question is - how we can restore hundreds of our missing test cases to existing tickets?4.9KViews0likes11CommentsAuthentificate 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 BDD - Adding a scenario fails because 'Description' is required
Hi I just starting out using the BDD feature in Zephyr Squad but when I try to enter the a scenario I get a pop up error message saying: {"description":"Description is required"} I've read that a feature is a "Story" type issue and a scenario is a "test" type issue but in our project "Description" is set as a required field for both stories and tests, but I don't know how to show the description field to be able to populate it for the "scenario". Any help resolving this would be most greatly appreciated. TIA Kay Note : Description is displayed for the main story/featureSolved1.5KViews0likes5CommentsZephyr 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.3KViews0likes3CommentsTurn off wiki markup formatting in Test Details
Hi, I have a slight problem with the Test Step / Data / Result fields that have the wiki markup formatting automatically applied to them. I use a lot of GUIDs in these fields, and I'd like to know if it is possible to turn off the automatic formatting as this causes that every number which is between two hyphen symbols get the strikethrough format applied; plus they also lose the hyphens before and after them. For example: 4e427949-455f-4ded-af10-f8201d07ac26 turns into:4e427949455f4dedaf10f8201d07ac26 (+strikethrough but that's invalid in this field :)) which makes it impossible to copy and paste it correctly, even worse if it is part of a URL.1.1KViews0likes3Comments