Excerpt |
---|
Structure adds |
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 |
...
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
...