Forums

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

Re-open issue on comment...sometimes

Walker White
Contributor
October 23, 2021

We have an automation that will transition an issue in Resolved status back to In Progress if a customer comments on the issue.  That works great.

However, we also allow customers to move their issues to Resolved via the customer portal.  That also works great.

However, let's say an issue is in Waiting for Customer.  The customer decides to resolve the issue, and they also want to leave us a comment on why they are resolving.  In this case, the issue will move to Resolved (by customer), but when the resolution comment is added, the first rule triggers, and the issues is moved back to In Progress.  Below is "Re-open" rule.

Is there another criteria we could add that would distinguish between a comment being included as part of a transition into Resolved status (we do NOT want to re-open in this case) versus a comment NOT as part of a transition?  

Thanks

Screenshot_1.png

2 answers

2 accepted

0 votes
Answer accepted
Paul Krueger
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.
October 26, 2021

Perhaps you could ignore it if the resolution date was within the last minute? 

Walker White
Contributor
October 26, 2021

That seems like a great solution @Paul Krueger .  How can I write that? Would that require a JQL criteria?

Paul Krueger
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.
October 26, 2021

Just add this as a condition. If the resolution was within the last 2 minutes, don't reopen the issue. Or 1 minute. Or 30 seconds. You'll probably want to play with what works best.

image.png

Paul Krueger
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.
October 26, 2021

Actually, you can just add it to your 3 conditions... if {{issue.resolutiondate}} less than {{now.minusminutes(1)}} then reopen (because it was resolved more than a minute ago).

Walker White
Contributor
October 26, 2021

@Paul Krueger This approach worked great.   Thank you. 

Like Paul Krueger likes this
0 votes
Answer accepted
Carlos Faddul
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.
October 25, 2021

@Walker White do you use the "Resolution" in your workflows ?

Why you want to filter this type of information ? (Just curious)
You can use the automation with a select field to only check the value "Resolved by Transition" with the option "Yes/No", then use a similar automation as you showed above, only to edit this field when gets some updated.

Walker White
Contributor
October 26, 2021

@Carlos Faddul interesting idea,and I could see adding a resolution Resolved by Cuatomer and not re-opening an issue on comment with that.  But that would also prevent any issue resolved by customer from re-opening. Which is probably okay. 

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