Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,391
Community Members
 
Community Events
184
Community Groups

How to create a trigger when a particular user assigns a ticket to another particular user?

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. 

3 answers

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Mar 05, 2022

Hi @al_s 

Two things to consider:

  1. You may use the {{initiator}} smart value with a condition to check if a particular person is doing the assignment, and so triggering the rule
  2. Using a rule to do this may not solve the root cause of this symptom

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.

 image.png

Thanks,

Raju

0 votes
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 27, 2022

Hi @al_s 

You can use the "Issue Assigned" Trigger in Jira Automation!! 

Thanks

@Pramodh M  I need to run the trigger only when one particular user is assigning the work to the other particular user. 

Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 27, 2022

Follow @al_s rule to check the condition

Hi @al_s 

You can use below JQL

assignee = user1 AND assignee changed TO user1 BY user2

 

Hope this clarifies,

Thanks,

Raju

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events