Hi,
I have installed Script Runner and I would like to fire an event if the following condition is true,
custom field value is equal to: The field is blank but how how do I specify this in the condition i.e.
cfValues['Region'] == 'EMPTY'
cfValues['Region'] == 'NULL'
cfValues['Region'] == '0'
None seem to work, I must have this working for when the region field is blank
Thanks
How would you write a condition for priority to be for instance a 'P1'
Logged my problem as a seperate question here :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I have the same requirement. So, I used 'Fires an event when condition is true' built-in script in my post function when issue gets created.
I'm using the condition '['Sev1', 'Sev2'].contains(cfValues['CS Priority']?.getValue())' where CS Priority = our custom priority field, which returns true if either Sev1 or Sev2 issue is logged.
However, in my jira logs (debug turned ON), I noticed
/secure/QuickCreateIssue.jspa [groovy.canned.utils.ConditionUtils] Condition: issue.priority?.name == 'Major' returned: false
Why isn't the Script Runner using my condition ? Any help will be great. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Like this:
! cfValues['Region']
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.