NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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
- relates to
-
JRACLOUD-31491 Return issue url in REST api (JQL endpoint)
- Closed