Ask HN: What is the need for Jira status workflows?
In JIRA, you can configure workflows to control the movement of an issue's status. For instance, you can enforce a rule where an issue cannot move directly from "In Progress" to "Done" without first transitioning through an "In Review" stage.
Question: I never really understood the importance of this feature, do you have use cases where you've found this feature particularly helpful?
We're considering implementing similar workflow customization in Tegon, our open-source project management tool. What do you think? Is this feature needed?
10 comments
[ 5.6 ms ] story [ 37.0 ms ] threadOn projects which are done in the style of code-quick-test-in-prod I think it is usually less useful.
It ensures someone else has moved the card to the next status (or, that automated tests have passed and moved it to the next status by automation)
You can permission who can move to what status.
As a random dev, I personally wouldn’t recommend it unless there are legal requirements for such separation (or your org has lawyers that think such requirement exists)