I want to have two statuses that could be selected during creating a task: Triage and To Do.
Triage, typically, will be used when coming from a front end form, but can also be used when a task is created and the user creating the task isn't sure what to do with it.
To Do is when a task needs to be done and doesn't require triage.
However, due to the nature of my workflow, I don't want users to be able to transition to either Triage or To Do whenever they want. What I want is that both Triage and To Do can be initial statuses or transition to each other or other statuses, but once they've been transitioned to, say "In Progress", they can no longer transition back to Triage or To Do.
Can that be done?
The only way I can get a status (other than the initial "Create" transition which can there only be one of) to be available when I'm creating a task is by allowing all statuses to transition to it. The moment I add a condition, I can't use it as an initial task.
Hi @Avi J , welcome to the community and thanks for your question.
It will not be possible to have two initial states in the workflow so I would suggest to you a workflow like this, where you have initial create status and then you could implement an automation to check some field in the created issue to then transition to either the status of Triage or To Do -
Something like this -
Do you think this solution could work for your use case?
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.