Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Extension of JIRA query language (JQL)

...

For example, enter assignee in OrgMemProp("HireType in (External) AND Location in (London,Washington)") in the search box, and click "Search" to get a list of issues belonging to the assignees who are hired externally and works in London or Washington.

Attention:

If the field name contains spaces, for example: "Hire Type", with spaces in between, the field needs to be enclosed in quotation marks, which need to be escaped with a "\" backslash. The correct way to write it is: assign in OrgMemProp ("\" Hire Type \ "in (External) AND Location in (London,Washington)")

...

Custom Department Field

Dpartment of User

...