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.
I retrieved some email like API 2 and 3 are being made obsolete... I wonder, is this still going to be functional? I would say it is different endpoint to Tempo, but I am not sure...
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.