Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Custom script field to show parent Task summary in a filter of Sub-Tasks

David Reaburn June 27, 2022

Originally posted as a question, but now is a solution as it was pretty simple..

In a filter showing only Sub-Tasks, you can't see the parent task summary, only the key.

To show the name, add a Custom Script Field with this:

import com.atlassian.jira.issue.Issue

return issue.getParentObject().getSummary()

Name it something like Parent Task Summary.

Then you just have to add this as a column in your filter (or as a field in a Sub Task screen) and it will show you the parent task summary.

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events