Versions Compared

Key

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

...

Different types of properties may be added: date, date-time, string, text, boolean number, URL. This affects further editing and presentation method of the data.

...

...

Due to introduction of JQL language extension, it is possible to search tasks by created user properties. The following JQL extensions are available:

  • usersWithProperty(“key”, “value”-optional)

  • usersInOrganization(“organizationName”)

  • usersInOrganizationLevel(“organizationName”, “level”)

  • usersWithJobTitle(“JobTitle”)

...

Presenting additional data on WebPanels in Jira tasks

...

To facilitate searching by elements used in the add-on, new functions JQL extensions have been introduced in the Issue Navigator. They apply to the following arguments: assignee, reporter, creator.

...

  • usersInOrganization(“organizationName“)

  • usersInOrganizationLevel(“organizationName“,”level”)

  • usersWithJobTitle(“jobTitle“)

  • usersWithProperty(“key“) or usersWithProperty(“key“,”value”)

...