You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
So I have 2 issue types with 2 different workflows that have everything mapped out. The problem is that when I'm creating an issue with those issue types, in the creation issue screen I cannot select which status they start with as the following message appears.
Hi @gcapdevila welcome to the community.
This field will show just the status that are available to move directly from the first one, in your case, Backlog.
There is a hidden "Create" status for all the issues during creation, and Backlog is the first status after that in your workflow.
If your workflow is a sequence, meaning there is only one direction from Backlog to another in the sequence, thats why you are not seeing.
To see all the status in this field, you would need to have a simplified workflow, that can move freely for any status.
In the workflow you will see a global transition "ALL" attached to every status.
If this is not your case (not having the global transition), thats why you cant see them in this field.
I hope this helps
Hey Patricia, thank you so much for your answer!
I have a question following what you say, then.
As you can see in the attached image, I have the Done status which can be transitioned from ALL, but it still does not show up as you can see on the original post. What would be the reason for that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @gcapdevila
I found this additional debugging information in the comments of the associated change request: https://jira.atlassian.com/browse/JRACLOUD-69559
Nik Jordanov Thanks for raising this! I've put together some steps that you can follow to find out why specific statuses aren’t available on the Issue Create modal, depends on your project type. If none of this works, then will need to raise it as a bug. Hope you find this helpful.
Company-managed Projects
- Open the workflow editor (Project settings > Workflows > Pencil icon, or alternatively: Open an issue, click the status field and click View workflow).
- Pick a status you would expect to see in the status dropdown in the Create issue modal.
Does it have a global transition? (an arrow from "All" to the status). This is required for a status to appear in the Create Issue modal.- Click on the arrow from "All", and in the Transition popup that appears check that there are no triggers, no conditions, and no validators. If any of these are set on a transition it will not appear in Create Issue.
- Check the Properties on the transition. Do any start with jira.permission? If so you might not have permission to use this transition.
- Check for Screens by Editing the transition. A new popup will appear. If a screen is selected the transition will not appear in Create Issue.
Team-managed Projects
- Open the workflow editor (Project settings > Issue types > Edit workflow, or alternatively: Open an issue, click the status field and click View workflow).
- Pick a status you would expect to see in the status dropdown in the Create issue modal.Does it have a global transition? (an arrow from "Any status" to the status). This is required for a status to appear in the Create Issue modal.
- Click on the arrow from "Any status", and in the sidebar that appears check that there are no rules defined. Some types of rules will prevent a transition from appearing in Create Issue.
- Also check the Properties on the transition. Do any start with jira.permission? If so you might not have permission to use this transition.
Permission related issues
In both types of projects there are permissions that can prevent a status appearing in the Create Issue modal. Jira has a very fine-grained permission stucture, so the best way to test this is to create an issue and try to transition it to the status you want. If this works, then permissions are not stopping the status appearing in the Issue Create list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Trudy Claspill , this is really helpful and completely answers my question. My reason being that the transitions do have conditions, validators, etc. plus they all have screens as well.
So thank you so much for your help!
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.