Hi,
Currently, anytime I create a new issue it has by default the status "Open".
I would like to have a different default status based on the issue type:
(all the above statuses are part of my workflow)
Is there a solution to manage this?
Without knowing whether or not you're using a next-gen project, have you considered making a different workflow for each issue type?
That way you can configure what the default status is on create, and remove what may be irrelevant statuses from the workflow, e.g. Tasks can never go to status "Bug backlog".
Thanks Jimmy,
I have implemented different workflows for each issue type.
When issues are created, Jira automatically assigns them to "Open".
I tried to rename "Open" to my default statuses ("Bug backlog", "To Do", or "Pre-commitment") but once I rename it for a workflow, it is also automatically renamed for all the other workflows. So that does not work.
Am I missing something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Statuses can be reused across workflows.
Instead of editing the name of the status, add a new one for each workflow with the desired name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Set up an automation rule in your instance.
You can do something like:
when issue is created if issue matches filter then transition to status.
You can do three separate filters for the "issue matches filter" part. One for each issuetype you want to set the default status to.
Here is some documentation about automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Patrick,
Thanks for the answer.
Do I need a Service Desk license in order to use automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope! it should be in your project settings in your Jira project
project settings> automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Project settings > automation
is only available for Jira Service Desk projects.
Other automation options include Automation for Jira (https://marketplace.atlassian.com/apps/1215460/automation-for-jira?hosting=cloud&tab=overview) or its free counterpart (300 automations / month).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yup, you're right.
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.