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
Rule: Clone a defect "customfield" cannot be left blank while creating a defect. The field is mandatory. Present a message and block clone process if field is empty.
Action: On the Create Issue event, attempted to add a validator ..
string ERRORMSG = "ERROR";
string[] mycf = "customfield_11847";
if(!isNotNull("mycf"))
{ lfGlobalMessage("Applicaion List must have a value", "ERROR"); return false, mycf, "ERROR"; }
—
On execution: I am getting the correct popup, but the message is not correct. Getting the system message instead of custom message.
"admin.errors.exception com.atlassian.jira.exception.CreateException: Error occurred while creating issue through workflow: "
How to change the system ;message to my custom message?