Forums

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

Support on JMWE function to checks 3 custom field values and a date value provided & auto transition

JiraHelpDesk@fs.co.in
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 28, 2024

I want to auto transition an issue based on 4 conditions, example script provided below. 

With the first 3 conditions my script is working but i also want to provide custom date value manually (not referring any field)and it should validate the date to check if it is within the end of month criteria along with the other 3 validations.

Help required to write the underlined line of query.

Sample Query below: 

issue.fields.customfield_12304.value == "Product X"

and

issue.fields.customfield_12303.value == "Customer X"

and issue.fields.customfield_12468.value == "Type X"

and 

"DD-MM-YYYY" <=today or "DD-MM-YYYY" <=endofthemonth 

0 answers

Suggest an answer

Log in or Sign up to answer