Feature #6220
openNamed action on ticket status change.
0%
Description
Currently, changing ticket status is achieved by selecting another status in the ticket edition form.
That way don't help to realize that by changing the status we actually performed an important action in the issue's life. For example, if you have a bug issue in "need_validation" state (that says that the issue is fixed but it requires tests from the testers/QA ) and you want to pass it to "fixed", you might not figure that you're actually "validating" the fix and closing the ticket.
It's convenient to see those kind of actions as "actions to perform" instead of side effect of issue status change.
TRAC solves problem this by providing ways to name (via a sentence) each change between two states of a ticket. It then generate an action choice box that is more clear about what you're actually going to do with this ticket.
I've added 3 screenshots of some tickets in my own TRAC (with an old project that I'd like to migrate to RedMine later) to illustrate the idea.
Now it's not a perfect solution : making links or buttons would have been even more explicit I think.
Anyway, it would be far more useful for RedMine to allow for naming actions on tickets.
Files
Related issues