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?
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.