The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the display message for a validator on a cloned issue

lorraine wildman
November 12, 2019

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?

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events