Hello everyone,
We have a transition that weirdly can be executed by almost all users, but for some users there is an error message. It is definitely not due to permissions or something similar, the users for whom the execution fails even have higher permissions.
The users for whom the execution fails receive the error message in the screenshot I attached here.
The error message tells to get more information in the logs. How exactly can I debug this error with the help of the log and find out why for some users the transition fails and for others the transition works properly? How can I find out and debug the reason for this behaviour?
No, it looks like my previous answer was right, because no-one has given us any information that it is anything else.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, the error message is telling us what is wrong, but unless you've seen it before, you probably can't work it out from there. The logs would tell you more, but even then, take you on quite a roundabout route to what the problem probably is.
I mean if you go chasing the logs, you'll probably find (after three or four hops) a database error, which still doesn't tell you the real problem, but at least gets you to look at the database. And I'm pretty sure you are using MySQL for the database!
If this is what I think it is:
It's not your users that are a problem, it's the content they are putting into Jira, combined with a configuration quirk.
I think that you'll find the content they are trying to put into a text field (summary, description, comments etc) contains an advanced emoji or some other "clever" encoding. And your database is not set up to handle it. So when they post the data, Jira hands it to the database, and the database goes "nope, not doing that", so Jira comes back with a "can't create issue" error.
I first ran into this with MySQL where someone was pasting in that "smiling poop" emoji. Take the emoji out, the create/edit worked fine.
So test that next!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can not confirm this.
Also an empty transition, when no additionally field values or comments, especcially with no smiley, was added, the transition fails as well.
Any known errors with this error message or any other possible reasons or methods to deal with this error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check what post function is used for the transition. You can share screenshot.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.