I'm attempting to add a blocked column for a board.
I want any issue in the board to automatically transistion to the blocked column when the "blocked by" property is set on the issue.
Also - nobody should be able to add an issue to the column manually (without setting the "blocked by" property)
Is this possible? I played a little around with transitions and triggers, but it seems a little confusing to me
You'll need to do several things, some of which require Apps that can do automation/scripting.
Personally though, I'd treat the status as the property, then you don't need any code.
Daniel,
Make sure your workflow also has the blocked status.
Victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The use of "blocked" in a workflow is generally not needed. The flagged function does this.
Jira should have a warning when someone attempts to create a state with the word block in it that refers them to the flagged functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Flagged functionality could be used for different reasons. JIRA supoort said that the goal is to flag *important* issues. Could be ones that are blocked or ones that should be addressed right away.
For more information about flag function:
https://support.atlassian.com/jira-software-cloud/docs/flag-an-issue/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The help is misleading and badly written. You still don't need a blocked state, see any good reference on kanban.
If you implement a blocked state it generally causes a lot of pain.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.