You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
How can I get a query of tickets where issue type changed? I know out of the box JIRA won't do that. Any way is that possible?
Hi @Nari Man,
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.
Great that you've shared your solution, @Helene Dryden
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.