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.
Hi All,
I am getting below error when I transition a JIRA task from "In progress" to "Closed Status".
Could you please help me understand the reason for this. I am new to JIRA.
com.atlassian.jira.transaction.TransactionRuntimeException: org.ofbiz.core.entity.GenericTransactionException: Commit failed, rollback previously requested by nested transaction.
It was working till yesterday and I was able to close multiple tasks but giving an error for only one task today.
I'm afraid the word "generic" in there is pretty accurate. This is an error message that occurs when the code isn't coping with what has actually gone wrong, but it can also be wrapped around more useful errors.
Can you find this error in the application log ( <Jira-home>/logs/atlassian-jira.log ) and look for the errors that caused it? They'll be immediately beneath it, and they should point to a class or function that is failing for some reason.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.