Hello everyone,
I need the work item to transition back to in-progress, but only when customer comments.
With current automation, there's no way to differentiate between customer and internal comments, therefore it's always transitioning regardless of if it's customer comment or someone else.
All the previous answers in community are not usable anymore, since the legacy automations (which allowed differentiation between internal / shared comments) or working workflow properties are not available anymore, but this seems like a such an expected feature that I can't believe it's not possible anymore.
Can anyone help me with this?
Thanks a lot in advance!
With the Issue Commented trigger, have you tried using the {{comment.internal}} smart value to detect that?
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--comment--
Kind regards,
Bill
We use a rule that does exactly that, you can reference our rule here. Main things to note is the comment trigger and user condition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Luka Urushadze a less elegant solution, but slightly easier to implement if you're not familiar with smart values, would be to use the "Comment is the main action" rule trigger. You can then add condition elements for:
Then you can have an action element to transition to the desired status.
If you're dealing with multiple workflows or multiple original statuses can transition to the Waiting for Customer status, you likely would want to take a smart value approach.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Josh
that's what I've done now, but it's transitioning when we don't want it too - when agents comment.
How do we use smart values?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Luka Urushadze there's a lot of documentation regarding smart values and Automation here: Smart values in Atlassian Automation | Cloud automation Cloud | Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.