Moved Issues function Cloud
Â
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.
Â