Change the status from the backlog to To Do when assigned to a user

Lena Sargsyan
Contributor
February 15, 2023

Hi,

 

This time my question is about automation.

Say, I have unassigned issues in the backlog - I want the automation to transition them to To Do status when I assign them to a user. How can this be done please advise?

 

Thank you

 

3 answers

3 votes
Tobias H
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.
February 15, 2023

Hi Lena!

You should be able to do this easily by the following three steps

  1. When: Issue Assigned
  2. IF Status equals Backlog
  3. Then Transition issue to To Do

backlogtotodoauto.png

Tobias H
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.
February 15, 2023

Sorry, I missed the part that assignee is empty.

Use the If/Else block instead like this:

backlogtotodoauto.png

Sam Nadarajan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 15, 2023

Hmm I'm not seeing the part where the ask was the assignee was empty, I think your first screenshot was correct?

Like Tobias H likes this
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 15, 2023

Just a quick note on this... The condition assignee is empty will not apply to the Issue Assigned trigger.  The rule will only fire when the issue is first assigned so there would be no possibility that the assignee is empty.

Like # people like this
Tobias H
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.
February 15, 2023

Thanks @Sam Nadarajan and @Mark Segall 

I think I read into it too much when I came back and posted my first reply :)
(This part: "Say, I have unassigned issues in the backlog")

Also, @Mark: Was not aware that the "Issue Assigned" could only be triggered when an issue is unassigned, thought it might potentially go of when it was switched between people as well.

Either way, there is very few possibilities where the issue would be in the Backlog and need to be assigned, after initial assignment, so the first automation should work fine :D

2 votes
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 15, 2023

Hi @Lena Sargsyan - You'll want something like this:

  • TRIGGER: Issue Assigned
  • CONDITION: Status = Backlog
  • ACTION: Transition issue (to To Do)
0 votes
Lena Sargsyan
Contributor
February 16, 2023

Thanks to all! Before You answered I had tried this way, and now it works. But since your answers are different from mine I started to doubt: what if it is conflicting with other cases?

image.png

Tobias H
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.
February 16, 2023

That works as well, it's just that there exists a "Issue assigned" trigger by default, so there isn't a need to create it manually through the Value change :)

Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 16, 2023

Yes the field value changed trigger approach will work as well.  However, in this instance, you may want to include the condition that the assignee is not empty that @Tobias H had. 

The difference between these two triggers is that issue assigned is when the issue is assigned to a user vs field value changed where it'll fire every time the assignee field is changed, including when the assignee is removed.  

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events