...
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.
...
Extending JQL capabilities
Due to introduction of JQL language extension, it is possible to search tasks by created user properties. The following JQL extensions are available:
...
...
usersInOrganization(“organizationName”)
...
usersInOrganizationLevel(“organizationName”, “level”)
...
usersWithJobTitle(“JobTitle”)
...
Presenting additional data on WebPanels in Jira tasks
...
The add-on allows for bulk changes to users' organizational profiles and their properties. It is possible to export users, including their additional data and import thedata the data into Jira.
...
Storage of changes made to organizational chart
...
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.
Available functions:
usersInOrganization(“"organizationName“")
usersInOrganizationLevel(“"organizationName“",”"level”")
usersWithJobTitle(“"jobTitle“")
usersWithProperty(“"key“") or usersWithProperty(“"key“",”"value”")
...