I hope you can help me.
I have configures a Workflow process for my epics and themes. for themes I have 4 states starting with "funnel". However when creating a new theme if I do not set the workflow process step, it is put in "unassigned" which is not a step I have defined. I can force the users to select a workflow process step. But that it not user friendly. I would just like it to default to "funnel" instead of "unassigned". Is that possible?
By doing this I hope to get rid of the "unassigned" column in my kanbans (here is my epic kanban):
I do not think it is possible to set a default "Process Step". I have seen a similar scenario where a process step or entire work flow was added to a Program which already had hundreds of issues. We ran an API script to set the correct Process Step.
Tools like Postman allow you to run such a script on regular intervals like a batch job.
GET
PATCH
[
{
"op": "replace",
"path": "/state",
"value": "0"
}
]
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.