JIRA board to show tasks/subtasks for stories with specific labels

Aftab K November 29, 2017

Hi, I need some help to write up a JQL query for a board I am trying to create which does following

- List Stories with specific labels

- With stories I want all the child tasks\sub tasks to come up on the board as well. Tasks\sub tasks dont have label assigned to them.

 

your help is much appreciated.

1 answer

0 votes
Alexey Matveev
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 Leaders.
November 29, 2017

Hello, 

You would need Adaptivist ScriptRunner for it. There are additional JQL functions in Scriptrunner. You could write something like this

labels = jira OR issueFunction in subtasksOf("labels = jira") 

Suggest an answer

Log in or Sign up to answer