Versions Compared

Key

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

...

issue in regex("summary", "^Hello.*") matches issues with summaries starting with
issue in regex("fixVersion", "12.[0-5]") matches issues with versions from 12.0 to 12.5
issue in regex("labels", "Marketing$")matches issues with labels that end with Marketing
issue in regex("component", "Business.*")
issue in regex("category", "MyOrg.*")

EpicsOfChildrenInQuery

...