I have a requirement where I need to identify all the issue keys that have been moved from one project to another in Jira. Is there any Jira REST API that can help retrieve this information?
Alternatively, if there's no direct API, could you please suggest an approach to track or extract the list of issues that have been moved between projects?
Hi @Ashwini Mate Welcome to Atlassian Community!
Using Changelog API only you can issue history and get the previous issue key of an issue : https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issues/#api-rest-api-2-issue-issueidorkey-changelog-get
For future, you can create an automation rule to store previous project and issue key in a custom field.
Smart value to capture old issue key : {{#changelog.Key}}{{fromString}}{{/}}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.