-
Bug
-
Resolution: Fixed
-
Low
-
None
-
9.0.0
-
None
-
9
-
Severity 3 - Minor
-
Issue
In the Smart Value documentation for Automation For Jira Data Center, we suggest to use the following expression to iterate over the Fix Versions from the changelog smart value:
{{#changelog.fixVersion}}{{toString}}{{/changelog.fixVersion}}
This syntax does not work. Instead of "fixVersion", we should use "Fix Version"
Suggestion
In the section fieldChange of the documentation, make the change below:
- replace
{{#changelog.fixVersion}}{{toString}}{{/changelog.fixVersion}}
- with this:
{{#changelog.Fix Version}}{{toString}}{{/changelog.Fix Version}}
- causes
-
JIRAAUTOSERVER-207 #changelog formula doesn't work with Components and Fix Version fields
- Closed