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.

...

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:

  • usersWithProperty(key, value-optional)

  • 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

All changes to the organizational chart are deposited in the change history, which can be viewed and exported to a CSV or XLS file.

...

Defining user permissions to the add-on

...

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")

...