The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Support on JMWE function to checks 3 custom field values and a date value provided & auto transition

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.