#9547 closed enhancement (duplicate)
Add exclude state option to Workflow in trac.ini (all but a couple states)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.13dev |
Severity: | normal | Keywords: | workflow exclude state bitesized |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
To make maintaining complicated Workflows easier, it would be great if there was an option in addition to * that would exclude certain states. For example something like:
review = !new → reviewed
So any state/status other than new would have a route to reviewed.
That way if I add more states I don't have to worry about updating the reviewed section. And it is a lot easier to read & picture than listing every state but new:
review = assigned,corrected,failed,reopened,passed,incomplete,pending,workaround,watch,infoneeded,analysis → reviewed
Hopefully this hasn't already been requested, I searched the tickets but didn't find one.
But it might be useful in other things such as permissions, resolutions, and even things in other sections of the trac.ini file.
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
Component: | general → ticket system |
---|---|
Keywords: | bitesized added |
Milestone: | → unscheduled |
Version: | → 0.13dev |
comment:3 by , 14 years ago
Milestone: | unscheduled |
---|
Shouldn't be hard to implement (as we already have the full list at hand) and sounds useful, therefore: PatchWelcome.