Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding sub-task in All open tickets

Eugene Kosachevich­ June 2, 2022

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. Subtask in box.PNG

 

1 answer

1 accepted

2 votes
Answer accepted
Fabian Lim
Community Champion
June 2, 2022

Hi @Eugene Kosachevich­

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

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 2, 2022

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.

Like # people like this
Eugene Kosachevich­ June 21, 2022

Thank you everyone for your help 

"and issuetype not in subtaskissuetypes()" worked out for me

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events