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
Hi Team,
I am not able to move the Jira ticket from QA to IN Progress.
When I am trying to move the status then status transition failed message or internal server error appear on the screen.
Please help us to resolve this issue.
Internal error on transition typically means the transition contains a corrupted function (either a condition, validator, post-function).
This can range from removed plugins (the function can't be resolved anymore), or it refers to some other faulty data (e.g. field 44566 is required, but the function throws a nullpointer internally because the field was deleted).
So, review the transition, you will almost certainly find some broken function in it. If not, then paste the stacktrace/error you get, as it will contain more hints.