Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to write a JQL to find IssueType changed on Last one month

Anil Kumar May 6, 2019

As per document mentioned on below page WAS, WAS IN operator not supported for Issue Type. Is anyone here have any alternate/workaround to find issue list where issue type changed.

https://confluence.atlassian.com/jiracorecloud/advanced-searching-fields-reference-765593716.html

 

Use case - Operation team raise Field Issue for error found in process & product team review and if required update issue type from Field Issue to Story to bring that as product feature. We are looking to fetch list of work item converted from "Field Issue" to product "Story".

Looking for suggestion without any add-on :) 

2 comments

Comment

Log in or Sign up to comment
Anil Kumar May 6, 2019

FYI-

from database we can fetch this details as below, how to achieve same on Cloud Instance.

select * from <db name>.<schema name>.changeitem where FIELD='issuetype'

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 7, 2019

Hello @Anil Kumar 

I don't think it's possible to do this even with plugin on cloud. With Script runner plugin you can achieve it on server but with cloud I am not sure if you can achieve this. 

Also, on Cloud you don't have access to DB hence you can't execute the DB queries yourself.

TAGS
AUG Leaders

Atlassian Community Events