Forums

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

Need help with simple script

Bill Green November 5, 2015

I 'm attempting to write a simple script that will pop up a error message is the Priority field has a value of "None" and the Project name "Bill".

This is the code used:

 

if (Project.name !== "Bob") {
   if (Priority.name === "None") {
   }
}
else alert( "Please Check"); {
}

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2015

JIRA doesn't have scripting, so you should probably tell us where you are implementing this and how

Suggest an answer

Log in or Sign up to answer