Hello,
I have the JIRA API response and the only link back to the issue is through the REST API:
{
"expand": "...",
"id": "10000",
"self": "https://my-test123.atlassian.net/rest/api/latest/issue/10000",
"key": "FAN-1",
"fields": {
....
}
I would like to have the link back to the web application, like : https://my-test123.atlassian.net/browse/FAN-1
Is this possible?
Thanks
Hi,
This is not possible out of the box. You could add a method in you script that will create the link for you.
You can also ask jira by creating a suggestion here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.