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?
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.