Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi everybody.
I've run the healthy check and I found out more than 25k issue "broken".
The error occurred for those issues is:
The workflow entry with id 29848242 has an incorrect state
and the symptom is that there's no workflow options display for those issues.
But these issue are in the "open" status, so no error occoured!
I controll the workflow and it seems to be ok, the problem occours random. All the issues are open by a email handler.
How can I fix the problem?
Try the integrity check in JIRA. Check only the "Check Workflow Integrity" option and hit check. If you find any errors you can fix them right here.
I run these control but no "correct" or "fix" is displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you post a screenshot of your health check?
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.
At the bottom of the page you should see "Fix" or something like that in your language. Try to fix it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I'm sorry no "Fix" or "Correggi" here.
The number of issue broken is HUGE! 29.643!!!
The problem is appened only in particular date and not in all project.
I can also correct the problem with a sql on the db but I need to know why this problem has occoured.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do NOT touch the database, that's the sort of mistake that causes these sort of problems.
There really should be a "fix" option after you've run the integrity checker - the "check" button will have changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This problem can be caused by crashes, although that would only affect one or two issues at a time.
The cause of many thousands going wrong is almost always broken add-ons, or broken scripts in add-ons. Take a look at the workflows and listeners that might be acting on those issues - do any of them do broken things like try to set a status rather than use a transition?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try reaching to atlassian support if you have 29k broken issues. https://support.atlassian.com/contact/#/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Nic Brough -Adaptavist-,
we never did operations on jira database. Now, my question is, what does do the fix button? If these exists these issues will be deleted or what?
About addons or broken scripts, I will check it but if it is true why these problem has occured ONLY for some projects and ONLY in these days?
I'm quite disappoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The fix button corrects the mismatches in the database, so the issues take the correct status in both places it is stored.
As the problem has been only for some projects, that's consistent with a broken workflow script - you'll probably find the culprit is in a post-function or listener, and I expect it will be a script written by an admin who is too inexperienced to be an admin that is wrong - something that sets the status of an issue (which is almost always the wrong thing to do)
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.