Forums

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

Jira Automation Exclusions

William Prakash
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 22, 2021

Hi,

I'm trying to create an automation in our Jira Service Desk to automatically reply and resolve a ticket based on a custom request type with cascading fields. However, there needs to be some exclusions that don't trigger the auto reply.

E.G. The cascading fields are Tier1 and then Tier2 with multiple options.

I'm thinking the automation should be to trigger on ticket creation based on Tier 1 but exclude it if, under Tier 2, options 4, 6, 9 or 12 are selected.

1 answer

1 vote
M Amine
Community Champion
November 23, 2021

This is doable. Here is the logic:

  • Trigger: Issue created
  • Condition: Use JQL in order to filter on "Issue Type" and on Custom field value that you want
  • Action: Do whatever you want (transition, edit, comment, email ...etc)
William Prakash
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 23, 2021

Thanks for the reply, however, tier2 of my cascading field has over 200 options. Your logic suggests creating 200 automations which I'm trying to avoid. 

I'm hoping to have the condition filter Issue Type to Tier1 of my cascading field but then add an exclusion so that the action doesn't run when certain tier2 options are selected (if that's possible)

Suggest an answer

Log in or Sign up to answer