Adding a new status called "In testing" in the workflow...

sylvia ganovska August 28, 2012

Hi,

The QA leader asked me for a help regarding one of their projects. He would like to add a new status "In testing" after the "Rosolved" status in their jira workflow.

Currently when the Devs submit code for the QA team to review this info is sent to the default assignee and this is causing a problem because there are a large amount of sprints that are being sent and some are getting overlooked. I think he is looking for a way to have the issue placed in to a new status, called "In testing", when submitted to QA. The workflow transition to this new status would notify all members of his group instead of the default assignee. Then each QA member can choose tickets that they wish to be assigned to them.

What is the best way to implement this?

2 answers

1 accepted

2 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
August 28, 2012

1. Configure the workflow to add the new status

https://confluence.atlassian.com/display/JIRA/Configuring+Workflow

2. Create a new Event

https://confluence.atlassian.com/display/JIRA/Adding+a+Custom+Event

3. Throw the new event in the post function of the new transition added

4. Modify notification scheme to send notifications for the new event

https://confluence.atlassian.com/display/JIRA/Adding+a+Custom+Event#AddingaCustomEvent-ConfiguringNotificationsforaCustomEvent

Justin Corcoran
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.
August 28, 2012

Nice thought with the links. I'll have to keep that in mind for next time.

Jobin Kuruvilla [Adaptavist]
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.
August 28, 2012

Practice ;)

Justin Corcoran
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.
August 29, 2012

35.3k karma...yeah, you have a little practice :-)

Justin Corcoran
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.
August 29, 2012

Haha, thanks for the Karma bump Jobin!

0 votes
Justin Corcoran
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.
August 28, 2012

You can't add a status to an active workflow. I suggest copying the workflow and workflow scheme, add the status to the new workflow, associate that workflow with the new scheme, and associate both with the project. You can also add a post function on the transition to the "In Testing" status that would raise a custom event, and then add a notification to the notification scheme to email the correct group (JIRA group) when the event is fired.

Justin Corcoran
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.
August 28, 2012

Correction: technically you wouldn't add a post function on the transition, you'd change the existing post function that fires "Generic Event" to fire the custom event you created.

Suggest an answer

Log in or Sign up to answer