Display all the stories which are not closed but show sub-tasks closed under open story

Rashmi Belur June 8, 2017

Hi 

I have a Kanban Board with swimlane by Stories. I would like to display all the stories which are not closed , however would like to show the Sub-tasks which completed under in-progress story.

Is there a query or way to perform this ?

1 answer

1 accepted

0 votes
Answer accepted
Orawan Sittakom
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.
June 8, 2017

Hi Rashmi,

You can use Script Runner plugin and try to use the following query:

(issuetype = Story and status != Closed) or (issueFunction in subtasksOf("issuetype = Story and status != Closed") and status = Closed)

 

Sundeep Ramesh October 31, 2018

Any way the same can be achieved without using issuefunction. The client that work has for what ever reasons removed scriptrunner plugin from JIRA and asked us to find alternatives.

Like Alexey Sviridov likes this

Suggest an answer

Log in or Sign up to answer