Hello,
My team recently migrated from JIRA Scrum Project to JIRA Kanban Project. At the "Create Issue" level is there a way to move a user story into "Selected for Development" instead of it automatically defaulting to the backlog?
Thanks,
Kindle
Hi, thanks for the feedback. I was thinking I would need some help from an automation app. I have an open ticket with scriptrunner. Thanks again!
-Kindle
Hello,
You should modify the workflow for the issue type. the first status should be Selected for Development.
If you want some tickets to move to backlog and some to selected for development, then you would need an app for it.
There are multiple apps available: Power Scripts, ScriptRunner, Automation for Jira, Jira Service Desk and so on.
If you want to use the Power Scripts app, then you could add a post function with a code like this:
if(your custom logic == true) {
autotransition("Selected for Development", key);
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.