Skip to main content
Skip table of contents

Distinguishing issue templates and subordinate issues 

Distinguishing issue templates and subordinate issues 

You can extract issue templates and subordinate issues (i.e. standard issues) using the JQL function templateRelatedTickets.
For example, to exclude issue templates and subordinate issues from the Jira issues list, write as shown below.

CODE
issue not in templateRelatedTickets()

To extract issue templates and subordinate issues, remove “not”.

CODE
issue in templateRelatedTickets()


Additional Help

If you have any questions please feel free to ask a member of the Atlassian community!

Add the tag "addon-jp.ricksoft.plugins.wbsgantt-for-jira" when you ask a question.

Ask the community

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.