Allow Better Transitions
By example, we use stories and have them implement features. Our final state for stories is "Closed" and when all stories are closed we want to have the feature change it's state to "Ready for Production" however there doesn't seem to be a way to do that.
To that end, it would be nice if we could say that for state X we could specify what transitions could go there given that its sub-items state may be different.
Example:
Feature Workflow has "In Progress" --- {Ready To Deploy} --->>> "Ready for Production"
Story Workflow has "Verify" --- {Ready To Deploy} --->>> "Closed"
Would want the "Ready for Production" State in the Allowed Transitions section to be able to choose 'Ready to Deploy' from the story workflow.
-
Hello Étienne, thanks for your suggestion.
This looks like a more sophisticated Status Rollup synchronizer. I don't see why we couldn't implement that, although building user interface for the configuration parameters would be tricky. Maybe we would resort to a text-like configuration, similar to a small program.
In any case, this is something we'd like to do, but at this moment I can't predict when we get to work on this.
Kind regards,
Igor