Hi @[deleted],
you are correct that out of the box Jira does not support this feature. You can vote for the corresponding feature request.
One possibility you could try is the JQL Tricks Plugin. Its docs list a function called movedIssues where you can search for issues which were moved from one issue type to another.
Cheers,
Matthias.
Thanks Matthias, I made a whole mess accidentally converting Epics to Stories and needed to track each of them down again. I was able to download the JQL Tricks plugin per your suggestion and utilize the following advanced search:
type = story AND jqlt.history.issuetype.from = Epic AND jqlt.history.issuetype.to = Story AND updated >= -7d
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.
Upvote so we can track when an issueType has changed here: https://jira.atlassian.com/browse/JRACLOUD-30663
Cloud version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Darn. The JQL Tricks plugin for Jira Server is being sunsetted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.