Is there a way for a default display all the issues but sub-tasks in the issue list?
When a resource logs into the Jira SM, he should be seeing only the main issues, not the sub-tasks in the list
Hi @Ansu Sabu
Sorry if I got it wrong but, you can add below JQL to your filter to exclude subtasks
issuetype NOT IN subTaskIssueTypes()
then if you make that filter as the default filter, that would work.
Not the default filter but you can change the order and drag the filter to the top. SImilarly you can do the same for JSM queues.
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.