Forums

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

How to hide subtasks that belong to a User Story?

Markus
Contributor
March 28, 2018

We want to create a board for our Sprints and a Board for everything else. We managed with the help of filters to hide User-Stories and Stories from the second board but the Sub-Tasks of Stories and User Stories still show up.

What would the JQL look like to hide ONLY sub-tasks that belong to a Story or User Story?

1 answer

1 accepted

1 vote
Answer accepted
Thomas Schlegel
Community Champion
March 28, 2018

Hi Markus,

do you have the Scriptrunner app? If so, you can use this JQL:

issuetype in subTaskIssueTypes() AND issueFunction not in subtasksOf("issuetype in (story, user story)")

With plain Jira, a jql like this is not possible.

Markus
Contributor
March 28, 2018

Thanks, apparently we dont have this add-on installed. Do you know about any free alternatives?

Thomas Schlegel
Community Champion
March 28, 2018

There are some free JQL - Apps, but I don't know about them:

https://marketplace.atlassian.com/search?pricingAndSupport=free&query=jql

You have to try.

Markus
Contributor
March 29, 2018

Thanks it works fine with scriptrunner. I will ask another question regarding a free alternative tough. 

Suggest an answer

Log in or Sign up to answer