-
Bug
-
Resolution: Unresolved
-
Low
-
Minor
Issue Summary
.withDayOfWeek Automation smart value not working
.withDayOfWeek(1) .withDayOfWeekName(“Monday”) .withDayOfWeekShortName(“Mon”}
It sets the value to null
Steps to Reproduce
1. Create a rule to update a date with .withDayOfWeek Automation smart value
ex: when field value changes for date custom field, edit field customfield_xxxxx.withDayOfWeek(1)
2. Run the rule by manually changing the field value and notice it is updated to null
Expected Results
Sets date to day of week specified in smart value (Monday = 1)
Actual Results
Sets date to null
Workaround
use .withNextDayOfWeek("TEXT")
ex: .withNextDayOfWeek("MON")
- relates to
-
JIRAAUTOSERVER-292 Support {{now.withDayOfWeek("")}} Function
- Gathering Interest