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.
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.