Forums

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

Receive Notification When Issue Has Changed to "Waiting for Customer" 3 Times

Lindsay Czopur
Community Champion
February 12, 2019

Our Jira Service Desk team wants a notification sent when issues go beyond 3 interactions with a customer.  This would essentially mean it would trigger a notification when the issue entered into the status "Waiting for Customer" for the third time.  Is there a way to use Automation Lite to do so?

1 answer

1 accepted

2 votes
Answer accepted
John McKiernan
Atlassian Partner
February 12, 2019

Hi Lindsay, 

Yes, this is possible but needs a little bit of magic! I'll set the manner out below, followed by a screenshot showing it in action. 

  • Trigger: When issue transitions to "Waiting for Customer" 
  • Action: Set entity property (entity = Issue, Property key = 'Time waiting for customer' and Property Value = {{#increment}}{{issue.properties.Time waiting for customer}}{{/}}
  • Compare Condition: {{#=}}{{issue.latest.properties.Time waiting for customer}} >= 3{{/}} Equals to 1
  • Action: Then send email. 

Screenshot at Feb 13 12-04-46.png

Screenshot at Feb 13 12-04-56.png

 

*One thing to note is that the compare condition is not available for Automation Lite for Jira Server. You could use a JQL condition instead but it would mean you need to create a custom field first (rather than create a property like we have). 

 

I hope that helps!

John 

Lindsay Czopur
Community Champion
February 13, 2019

That's awesome, John!  Thanks for the help!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events