Automation based on ticket status and issuetype

Tomasz Bis
Contributor
June 12, 2023

Hi,

I am trying to create the following automation.

Ticket to be allocated automatically to person 'A' if current assignee changes ticket status to 'escalated'.

Example - issuetype = 'IT Help' already exists. Assignee - 'Tomasz' changes ticket status from 'Work in Progress' to 'Escalated' - expected behaviour = Ticket to be automatically allocated by Jira to another assignee - 'Bis'.

Has anyone tried to do something similar by any chance? How to achieve this please?

Kind Regards,

Tomasz

1 answer

1 accepted

0 votes
Answer accepted
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 12, 2023

Hi @Tomasz Bis - You should be able to do something like this:

  • TRIGGER: Issue Transitioned (To Escalated)
  • CONDITION: 
    • Issue Type = IT Help
  • CONDITION (Advanced)
    • {{initiator}}
      Equals
      {{issue.assignee}}
  • ACTION: Edit Issue (Assignee)
    • Your desired Assignee

I'm not sure if you needed the conditions or if you were just citing an example, so adjust as needed.

Tomasz Bis
Contributor
June 13, 2023

Hi @Mark Segall 

Thanks for your comment.

Could you help me to start building this?

I am not find the above options which you have described :(

Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 13, 2023

I see this issue is tagged as Jira Service Management Cloud.  If this is accurate, you would need to be a project admin.  Then you would navigate to the project and select Project Settings >> Automation >> Create Rule

Your rule would look something like this (Note - my example uses In Progress status. You would just change to Escalated):

2023-06-13_05-57-59.png

Like Tomasz Bis likes this
Tomasz Bis
Contributor
June 15, 2023

That's great @Mark Segall  thank you for the above.

I think the above is missing just one thing.

I need the above to trigger only for 'Data or BI Reporting Request' ticket type.

Don't want it to trigger for anything else with 'Open' status, just the above one.

Does the below seem to be correct to you?

Capture.PNG

Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 15, 2023

Yes - This looks correct to me

Like Tomasz Bis likes this
Tomasz Bis
Contributor
June 15, 2023

Thank you very much for your help.

Tomasz

Like Mark Segall likes this

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