How do i get metadata information of Zephyr fields such as actualResults, Expectedresults and so on.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do i get metadata information of Zephyr fields such as actualResults, Expectedresults and so on.
I'm trying to integrate Zephyr for Jira Cloud with other systems and for that the fields like Actualresults, ExpectedResults and other fields present in zephyr component is needed. However, in zephyr api documentation I couldn't find such information to retrieve fields. Please let me know if there is any other way to fetch such information.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@amay We don't have api to fetch all the metadata fields, however to get the Zephyr fields such as actualResults, Expectedresults, you can call individual api's of get method as per the documentations https://zfjcloud.docs.apiary.io/#
You can raise Improvement request and our product team will review the request and will implement the same in upcoming releases
Thanks
Jagadeesh
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the response, can you tell me the api link which is used to fetch ExpectedResults, actual results field because when i open the https://zfjcloud.docs.apiary.io/, I'm not able to find the information for the same.
Thanks!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This below api will give default fields of step, data, result. If you have additional custom fields with names actual and expected result those info also will be in the same api response
https://zfjcloud.docs.apiary.io/#reference/teststep/get-update-and-delete-teststep/get-teststep
api: Test case steps information
https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/teststep/issueId/id?projectId=
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply. How do i get the issueId, id of the teststep because I believe they are not visible in JIRA. Please let me know.
Thanks in advance!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@amay Can you please raise a Support Ticket - our team will clarify all the issues you are facing over the call
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
