Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,507
Community Members
 
Community Events
184
Community Groups

I can't change the status of the bug from needs review or development complete to ready for staging,

2023-04-27_11h13_01.png2023-04-27_11h14_26.png2023-04-27_11h16_35.gif

1 answer

1 accepted

0 votes
Answer accepted
Esther Strom
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 27, 2023

Hi, @cristian_bildea - welcome to the Community!

Jira workflows have a concept called conditions and validators - it allows the Jira admin (or whoever created the workflows) to set restrictions on who or when a ticket can move from one status to another.

If a condition is set on a transition and is not met, the user will not even see the option for that transition (example: only someone with the QA role can move a ticket to a status called Testing Passed.)

If a validator is set on a transition and is not met, you'll still see the option for that status; the validator is checked when you try to move to the status and if the validator is not met, you will not be able to move the ticket. A validator is commonly used to make sure a specific field has a value before moving a ticket to a different status (example: a ticket must have a user listed in the QA Tester field before it can move to the Testing status.)

It's possible to include a custom error message when a ticket fails a validator, but it's not required. I'm guessing this is what's happening to you. You'll need to check with your Jira administrator to determine if there's a validator on that transition to Ready for Staging, and, if there is, what the validator is that needs to be met.

Hi @Esther Strom I dont have setup validators and I have the same issue with Improvement not only with bugs2023-04-27_12h38_25.pngIs not validator 2023-04-27_12h37_22.png

Esther Strom
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 27, 2023

OK, that's one thing ruled out. Is this a new transition that you've never been able to use, or have you been able to use it in the past but you're now getting errors? Is it only an issue on this specific ticket, or are you getting the error on every ticket you're trying to run this transition on?

I've occasionally run into issues on transition when a ticket has frequently changed issue types (i.e. starts as a Research ticket, changed to a Task, then changed to a Bug) - if you've changed to an issue type that has a different workflow than the original, it can sometimes go wonky. Usually (although not always) changing it back to the original issue type and then back to the current type fixes the issue.

Suggest an answer

Log in or Sign up to answer