Hello, I am having a minor issue where I created an automation rule to create subtasks based on specific criteria. In this case, the automation rule works but I was hoping there was a way to not show subtasks as "Open Tickets" As these subtasks fall under a Service Request.
Attached is a photo for reference.
You need to edit the queue's jql filter. Make sure you are doing an advanced search and put "... And issuetype not in (sub-task)
This will remove the subtasks from showing up.
Regards
Yep, @Fabian Lim is spot-on - you need to drop the sub-tasks by adjusting the filter.
But "issuetype not in (sub-task)" might not be the best approach for everyone. If your admins add a new sub-task type, you're going to need to edit the filter to add the new one.
I prefer using a function for this, either
and issuetype not in subtaskissuetypes()
and issuetype in standardissuetypes()
They will continue to work, whatever your admins do to your issue type list! (Epics are considered to be "standard" issue types by those functions). I'm quite fond of using them in board quickfilters and some types of report as well as in general searches.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you everyone for your help
"and issuetype not in subtaskissuetypes()" worked out for me
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.