How to display the parent issue key above the Epic in the Story-level issues

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

How to display the parent issue key above the Epic in the Story-level issues. The current Jira limitation only displays up to the Epic level.

For example, the user is not able to see the parent of the EPIC HGG-27

(Auto-migrated image: description temporarily unavailable)

Environment

There is an issue level, Initiative, configured above the Epic in the issue hierarchy: Initiative > Epic > Story > SubtasksDiagnosis

Cause

Solution

  1. Please create a new custom field- InitiativeDisplay( This field will contain the issuekey of the Initiative)

  2. Make sure the check box on the project screen that you want this field to be displayed

  3. For example on the following screenshot of Task HGG-6 >Epic(HGG-3) > Initiatives (HGG-14).

  4. In the normal view of the Task, the parent field available only shows the Epic of HGG-3

(Auto-migrated image: description temporarily unavailable)
(Auto-migrated image: description temporarily unavailable)

Setting up the Automation rules

  1. The extra field -InitiiativeDisplay will update the Epic's parent value into the Task ticket view which can be achieved by using the Automation rules as setup in the following configuration

  2. This rule will update the children of the Epic(tasks, story), when the parent of the Epic(Initiatives) is updated.

    (Auto-migrated image: description temporarily unavailable)
  3. You would need to get the ID of your custom field by going to the Customer field >Edit details(placing a mouse on this )

    (Auto-migrated image: description temporarily unavailable)
  4. You can find the custom field id at the bottom of the left screen.

  5. Please this value in the automation code under the Additional fields tab.

1 2 3 4 5 6 {     "fields": {         "customfield_xxxxx":"{{epic.parent.summary}}."              } }

To add the new field to your Card Layout

  1. Go to the Project's Backlog or Active Sprints and Click on the ... to Configure Board

  2. Go to Card Layout and Add the Custom Field "InitiativeDisplay"

(Auto-migrated image: description temporarily unavailable)

3. Once it is added, you will be able to see the Initiative info on the card

(Auto-migrated image: description temporarily unavailable)
Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.