Hi All, I am trying to find out if there is a way to change the status for a story/Task/bug when it is assigned to a particular sprint/current Sprint. Basically, when I create a JIRA ticket, the initial status is "Backlog" . When I assign a Sprint/move a ticket from Backlog to a Sprint, I am expecting the status to be changed to "Selected For Development". Is there a way to do this? Thanks in advance!
@Suneetha Bandaru you might take a look at this link: https://community.atlassian.com/t5/Jira-questions/Automatic-status-change-when-task-is-added-to-sprint/qaq-p/1844084
HTH
Nicolas
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.
Thanks for your response @Nicolas Grossi . But, Bulk Change still needs some manual steps of changing the status of all the tickets- right? or are you talking about some bulk change in automation or so?
The actual expectation is that the moment I assign some sprint to my Story/Bug having the status "Backlog", the status has to be changed as "Selected For Development" without any extra steps. Is it possible? and if yes, how? through some validators/conditions/post functions in the workflow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nicolas Grossi , thanks for your response.
I used automation rule and it worked.
I used the logic, whenever the "Sprint" value is changed (which includes adding a Sprint value to a ticket) and if the existing status is "Backlog" which is default when the ticket is created, then the status is changed to "Selected For Development".
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.