Skip to end of banner
Go to start of banner

How to hide create subtask button on Issue Matrix

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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.

image-20240422-160328.png

  • No labels