attempting to use Jira's automation feature to dynamically update the "Fix Version/s"
field with a value that reflects the current calendar week and year, formatted as
"BO_CW_{CURRENT_CALENDAR_WEEK}_{CURRENT_YEAR}".
Fix Version is dynamic BO_CW_{SHOULD CALCULATE THE CURRENT CALENDER WEEK_{CURRENTYEAR} For eg if the script runs today it should update the field of the ticket as BO_CW_08_2024
I am using JSON
now.format('ww')
. This suggests that there is an issue with the smart value syntax or its interpretation by Jira.please help check on this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.