Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Teams
, (opens new window)

One Appfire Support Knowledge Base
Results will update as you type.
  • License-related documentation
  • Product Categories
    • Administrative Tools
      • Gaia for Jira- Project Template Manager
      • Configuration Manager for Jira - Botron Software
        • How to fix Integrity Check violation in reference to missing custom fields from the database
        • How to fix a sprint's activated date which is not exported as part of a migration
        • Creating a Snapshot for a Single Jira Project Using the REST API
        • Attachments cannot be migrated during snapshot deployment in CMJ (Data Center)
        • Integrity Check for Jira
        • Power Admin
        • Issue Matrix
          • Issue Matrix KB Articles
            • How to display Issue Matrix table with solid borders
            • How to add CSS styles to Issue Matrix panel in Jira
            • Copy custom field values on Create and Link action
            • Hide Portfolio's Child Issues Panel
            • How to configure left over link types in issue matrix panels
            • How to sort the Issue Matrix panel on the priority field
            • How to check the usage of Issue Matrix for Jira app in Jira Server/Data Center.
            • How to achieve sub-task in a task using Issue Matrix
            • The Sub Tasks panel in IssueMatrix is hidden in the ticket view screen
            • How to hide create subtask button on Issue Matrix
            • Issue Matrix 5.x causes Script Runner 8.53.0 crashes
            • Downgrade Issue Matrix to a version with lower EMF model version
          • How to fix width of Link Description for Issue Matrix table
          • How to configure JQL to retrieve issues by the current issue Reporter using Issue Matrix
        • Configuration Manager for JIRA
        • Configuration Manager for Jira Cloud
        • Configuration Manager Cloud Migration Tool
        • Will Configuration Manager for Jira (CMJ) migrate commented Jira issue links?
        • How to address unlabelled Epic names after project transfer via Configuration Manager for Jira(CMJ)
        • How to fix the issue when a snapshot deployment fails with an error java.io.IOException: Failed to parse snapshot archive
        • How to stop a long running snapshot in Configuration Manager for Jira
        • How to resolve API Token Validation Issues for Configuration Manager for Jira (CMJ)
        • How to rename an unlocked custom field
        • How to convert a snapshot file from .bin to .xml using CMJ REST API
        • How to resolve errors when migrating projects that result in incomplete deployments or undefined issues
        • How to delete a Snapshot Using CMJ REST API
        • Configuration Manager for Jira - Error deploying snapshot (java.sql.SQLException: ORA-01653: unable to extend table)
        • How to create a snapshot or deploy a snapshot using the CMJ REST API
        • Attachment Visibility after Deploying a Snapshot with Configuration Manager for Jira
      • Announcer for Bitbucket Server
      • Announcer for JIRA
      • Delegated Project Creator for Profields
      • Two Factor Authentication for Bitbucket
      • Agile Board Template Builder for JIRA
      • Delegated Group Management in Confluence
      • Delegated Group Management in JIRA
      • Delegated Project Admin Pro for JIRA
      • Delegated Project Creator for JIRA Agile
      • Announcer for Confluence
      • Delegated Project Creator for JIRA
      • The Extension Wizard for Bitbucket Cloud
      • Project Configurator for Jira
      • Prometheus Exporter
    • BI and Reporting Apps
    • Publishing
    • Agile
    • Document Management
    • ITSM
    • Developer Tools
    • Workflow & Automation
    You‘re viewing this with anonymous access, so some content might be blocked.
    /
    How to hide create subtask button on Issue Matrix
    Updated Apr 24, 2024

    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.

    image-20240422-160328.png

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

    {"serverDuration": 13, "requestCorrelationId": "f575952780d2450b9a405b837be203f2"}