Forums

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

how to find list of issues that were moved from one issue type to another issue type

murthy manjunath
Contributor
February 15, 2017

Hello Team,

 

I would like to know how can we find the list of issues that were moved from one issuetype to another issue type.

 

Example: If Issue with type "Service Request" moved to "Bug"

 

How do we write JQL to find all such list of issues ?

 

We also have scriptrunner if it works with that ?

 

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 16, 2017

Not sure if script runner supports it, but you can do it with JQL Tricks plugin. You can do things like:

issue in movedIssues("issuetype","Service Request","Bug")

Suggest an answer

Log in or Sign up to answer