HI,
I'm trying to use ScriptRunner to make a validation for custom Field value during issue submit so it will check if the field value isn't duplicated in any another issue.
is there any one can help me with required java script
Thanks
You need to create a script validator and need to use Groovy not JS.
I would recommend take a look at some sample scripts here to get an idea about how to get started with script validators.
Ravi
Hi Ravi,
can you help me with required groovey script, i tried to use below one but its not working
count(filterByValue(fieldValue(%{field_name}, filterByIssueType(getIssuesFromProjects("ProjectName"), "IssueName" ) ) , =, %{field_name})) = 0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.