"sub status" in JIRA?

Kevin Mote
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.
January 22, 2013

we have a workflow that is fairly basic from a top-level view: Open -> In Progress -> Resolved -> Closed.

This is useful from a management/client point-of-view. But internally, we would like to have greater precision in the "In Progress" status. For example: "Functional Design" -> "Functional Review" -> "Architectural Design" -> "Arch Review" -> "Dev" -> "Code Review" (or something of that nature). Is there any way to have "two levels" of statuses? (So the development details could be visible to the dev team, but "rolled up" into one general status for everyone else.)

2 answers

1 accepted

1 vote
Answer accepted
Rahul Aich [Nagra]
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.
January 22, 2013

You can have multiple transitions within the same status. Say In Progress -> Functional design -> In Progress. And you can view the transitions that the issue has made and the transition time using the transitions tab on the bottom of the issue (asuming you have jira suite utilities plugin).

Other way can be to label the ticket as Functional design or anything else when it enters that phase. This way everyone will know which phase it is in. Again labels are searchable so will aid in management reporting.

Rahul

Kevin Mote
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.
January 22, 2013

I don't understand your first sentence. How can you have multiple transitions within the same status? Is there some documentation explaining this?

C_ Faysal
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.
January 22, 2013
Hi. What rahul means you can add more transitions to each step inside your workflow. Note that one step needs a status the issue will be in if it is transitioned to this step. Read jira wiki about designing workflows and see the possibilities. Sub status is not supported
Kevin Mote
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.
January 22, 2013

Oh I see. So you're suggesting something like:

[In Progress] -> (Begin Functional Design) -> [In Progress] -> (Begin Functional Review) -> [In Progress]

(where status is in brackets and transitions are in parenthesis).

That might work. I'll have to give it some thought. Thanks!

Kevin Mote
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.
July 2, 2013

Unfortunately, one of the drawbacks to this approach is that there is no way to enforce the sequence of the sub-steps/transitions. ALL of the transition buttons will be available at the "In Progress" stage.

1 vote
Renjith Pillai
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.
January 28, 2013

Yet another way is to define them as normal statuses and define an additional scripted field for the managers which shows the overall status.

https://studio.plugins.atlassian.com/wiki/display/GRV/Script+Runner

Kevin Mote
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.
January 28, 2013

There's a creative approach. Thanks for the great idea.

Suggest an answer

Log in or Sign up to answer