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.
Hello,
i've implemented a validator for a workflow. It validates whether a user is part of the jira project role "PROJEKT-ADMIN". The script does not show any errors. When the user is not part of that mentioned role i am getting the error messege i've implemented. If the user i part of that role i get this error:
We can't create this issue for you right now, it could be due to unsupported content you've entered into one or more of the issue fields. If this situation persists, contact your administrator as they'll be able to access more specific information in the log file.
Does smo has a clue?
this is my script validator:
kr,
vedat
The validator is a red-herring, the error is happening later in the process as you try to post the data on the issue. Could we see the logs for the point of failure?
This is the only validator in your transition? Do you have post functions?
can you send the log file after you try to create the issue?(so the error will show in the loges)
There are two questions like your that solved:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks to your recommendations and support. The reason i've get this error was due to the sequence of an implemented scripted post-function. The script starts before the issue is created. After i've changed the sequence the error does not ouccure anymore.
best
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.