The content of this Space is not the latest version of WBS Gantt-Chart for Jira.
We have separate Space for each version of the product. If the version you are using differs from the one in this Space title, please find the correct one from the below page. https://ricksoft-support.atlassian.net/wiki/spaces/WGC/overview



You are viewing documentation for WBS Gantt-Chart for Jira Server and Data Center. For Cloud, see WBS Gantt-Chart for Jira Cloud.
If you notice that the content is incorrect, please report it here.


Distinguishing issue templates and subordinate issues 

On this page:



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.


issue not in templateRelatedTickets()

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

issue in templateRelatedTickets()



Unable to render {include} The included page could not be found.