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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How to create a trigger when a particular user assigns a ticket to another particular user?
I have a team and sometimes a user is assigning an already overloaded user more tasks. I would like to prevent this by automatically unassigning that dev and making the task only assignable during the next grooming/planning meeting.
Hi @al_s
Two things to consider:
Regarding item #2, I recommend having a conversation to learn more about "why" that assignment is happening, and as a team deciding how to experiment and improve.
Automation rules can help reduce redundant work, save time, prevent errors, and close gaps in missing Jira features. They are not a good fit to solve process problems a team could address with collaboration.
Kind regards,
Bill
Hi @al_s
You can use trigger issue assigned and you need to add a condition as shown in below pic.
Thanks,
Raju
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.
@Pramodh M I need to run the trigger only when one particular user is assigning the work to the other particular user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Follow @al_s rule to check the condition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @al_s
You can use below JQL
assignee = user1 AND assignee changed TO user1 BY user2
Hope this clarifies,
Thanks,
Raju
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.