Issue in JIRA have “Start Progress” button, which turns issue to “In progress” status.
If I pressed “Start Progress” button on one issue can JIRA stop progress on other issues?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the Jira Scripting Suite to write a post script that runs after
start progresstransition and change all other issues that are onIn progressto a different status.Let me know if you need help with coding that.