You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Zephyr apis accept issueId. How to we programmatically get the corresponding issueId for an issueKey?
If we have to use combination of Jira and Zephyr apis, then how do we authenticate programmatically for Jira api calls like we do for Zephyr through JWT.
What platform are you on?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am getting 404 if I try GET/rest/api/2/issue/{issueIdOrKey} even though the issue exists for that key. Any help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @DPKJ There is no issue.id for Jira Cloud as Smart Value
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
Although, following this doc https://confluence.atlassian.com/automation/find-the-smart-value-for-a-field-993924665.html, you can use the dot notation for whichever issue field ....
So now we can access Xray GraphQL API
https://xray.cloud.getxray.app/doc/graphql/addtestsetstotest.doc.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@DevajeetMicrosofttry /rest/api/3/issue/{issueIdOrKey}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sarangadhar.Sahani ,
You can get it using REST API
/rest/api/2/issue/{issueIdOrKey}
If you want to get using JAVA API . You can user IssueMangaer class. From this you can get issue object using issuekey.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Sreenivasaraju P can you help me how the authentication work for calling atlassian apis? Does it work through JWT like Zephyr?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.