You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
My place of work is transitioning to using Jira as a support ticket platform. I'm trying to set up an automation to make it so that when a ticket comes in, it's "waiting for support" then when it gets assigned to one of us "agents" it changes to "in progress".
I had previously set up an automation that goes back and forth between "in progress" and "waiting for customer" depending on who the last comment/update was from. It worked/works fine but now it depends on the other automation working.
Current automation looks like -
When: Value changes for - Assignee
If: all match
- Status equals "Waiting for Support"
-Status does not equal "in progress"
- Assignee is one of *Our usernames*
-- Then: Transition the issue to - In Progress.
I don't understand what i'm doing wrong, any suggestions?
Cheers
Hello @cmclean
I have a similar automation set up. However, I use the trigger Issue Assigned. Instead of looking the for the value to change the assignee, this will trigger when the issue is assigned.
Give that a shot and see if that works. Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.