Project

General

Profile

Actions

Feature #30117

open

Conditional fixing keywords

Added by Vlad Chesnokov over 5 years ago. Updated over 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues workflow
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Currently redmine has such fixing keywords as fixes to change issue status.
However it changes issue status regardless of its current status.

It would be nice to have conditional keywords, which change issue status considering its current status. Like FSM.

E.g. refs #1234 for ticket with status "new" changes its status to "in progress", but for ticket with status "resolved" it does not change its status.

P.S. I've asked this on forum, but haven't received any reply in 2 months:(

Actions #1

Updated by Jon Schell over 3 years ago

I'm pretty sure that it already does this. It depends on the tracker workflow settings. If your tracker allows New to change to In Progress, but doesn't allow Resolved to change to In Progress, then you'll get what you want.

Actions #2

Updated by Vlad Chesnokov over 3 years ago

The current model of fixing keywords ignores current status. Yes, you can limit workflow state transition, but this wouldn't solve all cases.
For example, it can be permitted by the workflow to change "Resolved" to "In Progress" in case of changed requirements but that doesn't mean all changes related to the issue would transfer its status to "In progress".

One can also say that it can be done with a plethora of fixing keywords (e.g. inprogress #1234 to change ticket status to "In progress", resolves #1234 to change status to "Resolved", etc). However, this workaround requires remembering all of them and knowing the current status of a ticket, meaning that it's easier to change the status manually from web UI.

Actions

Also available in: Atom PDF