using https://your-domain.atlassian.net/rest/api/3/issue/TEST-123?fields=issuelinks i can find all the issues linked to issue.
Which API can i use to find when an issue link is deleted?
Thanks for your quick response.
So the alternative solution will be to
1. check changelog and determine issuelink has changed (deleted)
2. compare source and destination and if source (e.g. database) has extra values for the particular issuekey compared to destination (latest API response) delete the extra row from source.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there is no API to find deleted entities. Actually these are not stored anyway.
Deleting connections between issues or even deleting issues means that they are gone. No way to get them back. Sorry.
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.