I am trying to get all Linked issues In JSM and need to update specific text custom filed In Issue screen for specific Linked issue,Through Postman.
API Get Call : https://test-sandbox.atlassian.net/rest/api/2/issue/issue_key?fields=issue link
How to get Bulk specific Linked issues and update only those issues.
Do we have any JQL Queary and JSON
@AI In order to get the issue links of an issue, you need to use the following endpoint instead of the one you tried (the one in your screenshot does not exist):
/rest/api/3/issue/{issueIdOrKey}
Please also refer to the documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.