Need your help on the below JQL scenario -
Jira is used to track incidents and once the incident is confirmed to a second defect it can be moved to a defect issue type.
In this case, can we query such conditions as in:
Get the list of incidents that were moved to defects
History searches are not supported for issueType field
Unsupported operators ~ , !~ , > , >= , < , <=
WAS, WAS IN, WAS NOT, WAS NOT IN , CHANGED
Open ticket here (you can vote as well)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As an work-around you can create a listener which updated a custom field on your issue with the list of values (if any) of the previous issueTypes to which the current issue was migrated from.
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.