I would like to view issues that I have reported on my Kanban board. However, our JIRA has been mutilated in such a way that each reported issue will come automatically with atleast 2 sub tasks. So on the Kanban board, I'd like to see just the issue card, and the sub tasks should be seen on the detailed view on the right hand side along with the rest of the issue details.
The current filter I am using is "reporter = me AND issuetype in standardIssueTypes() "
However, this filters out the subtasks on the right hand side, such that they say "9 sub-tasks are being filtered by the board's Saved Filter". But if I take out the 'Issuetype in standardissuetypes()' statement, all the subtasks appear as cards on the boards too. Is there a way to fix this?
Hi Schwit - Welcome to the Atlassian Community!
Unfortunately, the board will not be able to do what you are requesting. The filter (and sub-filter) will either restrict issues or not - and not be able to show some issues in one part and others in another part of the board.
Best suggestion would probably to be to create a quick filter that hides the Sub-tasks (issuetype in standardIssueTypes() ). Then just click on and off of the quick filter to hide and view the sub-tasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.