Issue Updates JQL Keywords
...
lastUpdatedBy = "george"
finds issues that were last updated by George.
...
MovedProjectsTo
Searches for issues that were moved between projects.
SUPPORTED OPERATORS
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example:
movedProjectsTo in ("ALPHA", "BETA")
finds issues that were moved to the ALPHA or BETA projects.
MovedProjectsFrom
Searches for issues that were moved between projects.
SUPPORTED OPERATORS
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example:
movedProjects movedProjectsFrom in ("ALPHA", "BETA")
finds issues that were moved from or to the ALPHA or BETA projects.