Jira 9.0 has a release candidate!

I stumbled over AO as well, but then realized, that my issue was, that I was using active objects directly in velocity template, which I had to change as part of compatibility for Jira 9. I have not read anything about AO in Jira 9 release notes, but the trick was to copy out the required information from active objects into a string array and then use this in the velocity template rather than the AO directly. That solved my issue for compatibility with Jira 9

6 Likes