Moved Issues function

 

movedIssues()

Search for moved issues.

Examples

issue in movedIssues("Your JQL")

finds the issues that moved to another project or issue type according to your JQL.

This function takes one parameter as a subquery.

 

issue in movedIssues("project = NEW AND updated >= -24w") 

finds the moving issues to the project named NEW in 24 weeks.