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 ?
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)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.