Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

(tick)

(tick)

(error)

(error)

(error)

(error)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error)

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

(tick)

(tick)

(error)

(error)

(error)

(error)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error)

Example:

  • movedProjects movedProjectsFrom in ("ALPHA", "BETA") finds issues that were moved from or to the ALPHA or BETA projects.