NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
The REST api returns a self url which is the rest url for that issue. More useful would be a direct url to view the issue. Atm I have to reconstruct the issue url from
jiraBaseurl + '/browse/' + $issueKey
which is difficult if I don't have the jira baseurl on the clientside.
This is from using the JQL endpoint
- is related to
-
JRASERVER-31491 Return issue url in REST api (JQL endpoint)
- Closed