How to Stall a ticket, while it REAMINS in the right status?

Tomas Lundborg November 7, 2012

We have defined a status called "Stalled". Once somthing is stalled, it moves there. Problem is that one looses the context, in which status is it stalled?

Before, in the Classic board, there was this conecpt of "sub-status", where one could "tag" a ticket to be stalled.

4 answers

1 accepted

1 vote
Answer accepted
Michael Danielsson
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 7, 2012

Add a customfield, e.g Multi checkbox called Stalled.

Add Swimlane based on Queries and enter a JQL query, e.g. Stalled = Yes

When an issue is stalled, check the checkbox for Customfield Stalled.

Then you have a swimlane with all stalled issues

Tomas Lundborg November 7, 2012

forgot to say : THANKS!

Tomas Lundborg November 7, 2012

yes, that is a decent way. will do so for now. but still....

Michael Danielsson
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 7, 2012

If you are satisfied with the answer, please accept it.

0 votes
Michael Danielsson
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 7, 2012

You can use a flagging field and do not have to change the status.

The issues will end up under a Swimlane in the rapid board.

See https://confluence.atlassian.com/display/GH/Configuring+your+General+Project+Settings#ConfiguringyourGeneralProjectSettings-flaggingfield

Tomas Lundborg November 7, 2012

Yes, seen that, BUT when to define Flagging field, under Greenhopper Configuration, it says it only applies to all the Classic boards.

Have you done it in the new Boards (RapidBoards) of Greenhopper? If so, where do you configure which field is the Flagging field?

Florin Manaila
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 7, 2012

According to this [1] it's not yet possible with the rapid boards, but it seems like it will be available soon.

[1] https://answers.atlassian.com/questions/42921/greenhopper-rapidboard-blocked-flagged-impediment-attirbute

0 votes
Tomas Lundborg November 7, 2012

Thanks, that is possible, yes, but it is a workaround. And when displaying it in boards and such, it will be cumbersome to visualize it.

From my perspective, conceptually, something is stalled inside another status. Stalled is not a status of itself.

0 votes
Florin Manaila
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 7, 2012

AFAIK, you cannot have sub-status as a standard field. However, you can either add a custom field which says whether the issue is stalled or not or create the Stalled status and add a custom field which will hold the last status, but in this case you will need some workflow scripting plugin (to provide a condition) to get it back to that status.

HTH

Suggest an answer

Log in or Sign up to answer