-
Bug
-
Resolution: Fixed
-
Low
-
Severity 3 - Minor
Issue Summary
When now.weekOfYear is used in A4J rules, it returns the wrong week number
Steps to Reproduce
- Create an automation rule to create a ticket in a project
- In the Create issue event, include now.weekOfYear in the summary
- Execute the rule and check the week number in the issue summary
Expected Results
now.weekOfYear should return the correct week number
Actual Results
now.weekOfYear returns the wrong week number
Workaround
The following smart value {{now.weekOfYearIso}} can be used instead.