Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL

Prasad Andrews
Contributor
February 8, 2019

@Nic Brough -Adaptavist- -

 

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

1 answer

0 votes
Tarun Sapra
Community Champion
February 8, 2019

History searches are not supported for issueType field

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-fields-reference-764478339.html#Advancedsearching-fieldsreference-TypeType


Unsupported operators ~ , !~ , > , >= , < , <=
WAS, WAS IN, WAS NOT, WAS NOT IN , CHANGED

Tarun Sapra
Community Champion
February 8, 2019

Open ticket here (you can vote as well)

https://jira.atlassian.com/browse/JRASERVER-66741

Tarun Sapra
Community Champion
February 8, 2019

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.

https://community.atlassian.com/t5/Jira-Core-questions/How-do-you-notify-a-user-about-an-issue-type-change/qaq-p/171636

Suggest an answer

Log in or Sign up to answer