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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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
TAGS
AUG Leaders

Atlassian Community Events