How to change status on adding to sprint

john November 1, 2016

When adding an item from the backlog to a sprint, within the backlog page on a scrum board, I wish for the status to change from Project Backlog to Open 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Andrew Smith November 13, 2019
0 votes
vitaliy zapolskyy
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.
November 1, 2016
  1. "adding an item from the backlog to a sprint" triggers generic event. You may need to add your own custom event for the Sprint custom field update only.
    https://confluence.atlassian.com/adminjiraserver071/adding-a-custom-event-802592793.html 
  2. Then you can register IssueEventListener Listener configured for above event
    https://confluence.atlassian.com/adminjiraserver071/listeners-802592235.html
  3. Listener triggers workflow transition for the issue in response to custom field change.

Im not sure if cloud allows all of that

john November 1, 2016

looks as if you cant register IssueEventListener using cloud 

Karanpreet Kaur September 17, 2018

Hi vitaliy zapolskyy,

Can you please provide more details of how were you able to implement this ? This would be really helpful.

Thanks,
Karan

Like # people like this
Seema Gatlawar November 23, 2018

Hello,

Did anyone find a solution for automatic transition after sprint starts?