Changes that have been made in the Advanced Link Panel or regarding the default Jira links, such as adding or removing links are recorded and stored in a separate tab in the issue Activity panel. The records will show the type of action (link added or removed), time and user, who made the changes. All records can be sorted in ascending / descending order by the time of change via an “↑” icon in the top right corner.
...
The Link History feature must be previously activated in order to be displayed. This can be configured in the Advanced Link Field configuration → Issue View tab. Once the checkbox is ticked all users with issue view permissions will see the changes made.
...
is always displayed when STAGIL Assets for Jira is enabled.
Link History REST API call
Request:
Code Block |
---|
{jiraUrl}/rest/soj/1.0/api/asset/linkhistory/issue/{{issueKey}}/linktype/{{linktypeName}} |
Responce:
...