Is there any way to retrieve the issue display URL with the Jira REST API? I mean the URL which will present the human readable form, not JSON.
Hi Sergey,
if you know the Issue key and you know the base url of the jira instance then you can construct the URL for the human-readable issue view.
eg. If the base url is https://marty.atlassian.net
and the issue key is MARTY-123
Then the issue view url is https://marty.atlassian.net/browse/MARTY-123
I hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.