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.)
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
I don't understand your first sentence. How can you have multiple transitions within the same status? Is there some documentation explaining this?
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.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's a creative approach. Thanks for the great idea.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.