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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.