I'm attempting to make a rule that will transition a status if a client comments on a completed issue.
Pseudocode:
If status in complete, done, approved
and new comment made by reporter,
transition issue into waiting for support
I can make a rule that transitions an issue when a comment is made, but I comment on closed tickets regularly, and don't want my actions to reopen them. Thank you for your input!
You need to use the following
And implement the conditions related to the status you need in a if/else block.
I hope this helps
Thank you Patricia, that is super helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.