Skip to end of banner
Go to start of banner

Moved Issues function

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

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.

  • No labels