I am trying to exclude some tasks from one kanban board, so that I can have them showing on a separate board within the same project. However, my filter is removing ALL epics, which means they disappear from backlog view.
I have tried two options, excluding by EPIC LINK and excluding by using a label. The latter JQL is below:
project = DW AND issuetype in (standardIssueTypes(), subTaskIssueTypes(), Bug, Epic, Story, Task, Sub-task) AND labels != LabelName AND (resolution = Unresolved OR resolved >= -3w) ORDER BY Rank ASC
If I remove the bold/underlined section, the epics return to the filter, but I don't achieve my goal.
Any idea's how I can remove a set of tasks/subtasks/epics from one board, without losing all other epics from the board filter?
Solved! Go to Solution.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.