/
How to hide create subtask button on Issue Matrix

How to hide create subtask button on Issue Matrix

This article explains hiding the create subtask button on an Issue Matrix.

An issue matrix panel generally provides a “+” button to create subtasks, as shown in the screenshot below.

image-20240328-123106.png

We can remove the create subtask “+” button using Custom JQL mode by using the JQL query,

parent = currentIssue()

Find the screenshot below for the reference configuration:

Once we place the above JQL in the JQL section and save the configuration, the create subtask button will not appear on the issue matrix panel. This can be verified from the screenshot below.

Note: This is possible only through JQL mode and does not work in other modes

Related content

The Sub Tasks panel in IssueMatrix is hidden in the ticket view screen
The Sub Tasks panel in IssueMatrix is hidden in the ticket view screen
More like this
Quick Actions
More like this
How to block creation of sub-tasks for an issue with child sub-tasks
How to block creation of sub-tasks for an issue with child sub-tasks
More like this
Sub-Tasks Mode
Sub-Tasks Mode
More like this
Prevent Sub-task Creation in Jira Cloud
Prevent Sub-task Creation in Jira Cloud
More like this