Versions Compared

Key

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

Structure adds structure() JQL function that lets you search for issues that are added to a structure, with the possibility to add constraints on their relationships.

You can use this function in any place in JIRA where you can use JQL: in the Issue Navigator, in a Saved Filter, as an Agile Board query etc. For more information, see JIRA documentation on Advanced Searching and Advanced Searching Functions.

Info

If a user does not have access to structure, they will not be able to create new queries with the structure() function and existing queries will have structure() function return an empty set. However, the user will still see structure() function offered in the JQL completion drop-down.

...

Panel

issue in structure(structureNameopt, structureQueryopt)

Function arguments:

structureName

Optional

The name of the structure. If you omit the structure name, system-wide Default Structure will be searched.

structureQuery

Optional

Use this parameter to select only a part of the structure. This parameter specifies a Structure Query in a language similar to JQL, Structured JQL.

Tip

You can use structure ID instead of the structure name. You can see structure ID in the URL of the Structure Board if you open Manage Structure page and click structure name.

...

Backward compatibility with structure() JQL function prior to Structure 2.4

...