The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

help with jira expr language

Mor
February 25, 2025

Hi, 

I have a structure with sub-tasks, and I want to add a column that will show who the "parent" of the sub-task is and a column of the epic that is linked to the father of the sub-task (epic-link).

for the first column I used this formula: parentTask.summary and it works,

for the second column I used access(parentTask,"epic link") but I'm getting the epic's key. when I try to add . summary to receive the name, but it returns empty. 

any idea what can I do *without* adding the epics to the structure? (I want to see only sub-tasks on this structure)

Thanks

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

6 votes
Answer accepted
Seifallah Bellassoued
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 25, 2025

Hello @Mor

Try the following code:

 

issue(access(parentTask,"epic link")).summary

Best Regards,

Mor
February 25, 2025

Thank you it worked!!

Like Seifallah Bellassoued likes this