i have a transition from "Work in progress" to " Waiting for customer" after customer responds it should go back to "work in progress" only not to any other status.
Note: we have two transition from "waiting for customer" to "open" and "work in progress".
Create an automation rule that acts on comment as the main action, validate that the comment is not internal and that the status is "Waiting for customer".
If all is correct, then transition the issue to "Work in progress".
Hi @Marc - Devoteam , seems promising, but this happens when the customers make a comment, so there should be a condition that checks if the user is indeed customer and from there automation can continue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, there is one by default, by using a user condition in the automation rule.
In this condition you can specify if user who triggers the rule is a customer or not a customer.
see simple example, based on above.
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.
Hi @Marc - Devoteam @Nikola Perisic it works, but I have two transitions from "Waiting for Customer" to "Open" and "Work in Progress." When a customer responds, I need the issue to revert to its previous state. For example, if the transition was from "Open" to "Waiting for Customer," it should go back to "Open" only, and if it was from "Work in Progress" to "Waiting for Customer," it should revert to "Work in Progress" only. How can we achieve this behavior in Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use another automation that sets a label or component based on the transition to waiting for customer.
Then you have an identifier to use in the above automation.
In the if add a second condition, example:
Label equals Work In Progress.
Add an Else function based on the If condition, just change the condition to Label equals Open and the then transition to Open.
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.