7.3.3 Release note
Bug fixes
This version fixes the following bugs:
Search view doesn't work with dependencies
When Max Suggestions is 0, removing a value from a multi-value field removes all values.
Since v7.3.0, the preconfigured Jira REST API datasource is no longer working
Since v7.0.5, velocity function ".get(X)" is no longer working
Since v7.0.0, velocity function “$issue.project[0].projectCategory” is no longer working
The $list[index]
syntax in Velocity templates is no longer supported; You will need to use the $list.get(index)
syntax instead.
For example: $issue.project[0]
should be replaced with $issue.project.get(0)
.
Got questions about migrating to Cloud? Book a call with our Product Manager