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
I want to find all bugs in my project which got converted into tasks or story, this is the query and error I am getting:
Query: project = "Project Name" AND issuetype changed FROM "BUG" TO "task"
Error: History searches do not support the 'issuetype' field.
Help me to get this data, thanks!
As JQL doesn't work for history searches with the Issuetype field, you may try some workarounds:
1. Activity Stream – the built-in gadget on Jira dashboard. You can filter by project and issuetype and get result as a list of events:
2. Issue History for Jira app developed by my team. Here, you can filter by projects or other options (dates, assignees, sprints, etc.) and add issuetype as a separate column.
+you can export the report and choose only the transitions you need (bug-task)
If you are open for a mktplace app, you can try out our add-on
You can view the complete change log for your filtered issues along with issue type changes as in the screen below.
Do Try it out.
Disclaimer : I am part of the team which developed this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @vijay_sharma2 ,
JQL supports only Assignee, Fix Version, Priority, Reporter, Resolution, and Status fields for the changed-Operator. So I think It would not be possible to get the issues according to your requirement.
Thanks!
Regards,
Mayuresh Kamble
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.