Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page contains the compatibility release matrix supported for the Confluence Add-on.

Info

frevvo only supports Confluence Enterprise versions. New Confluence Enterprise version releases will only be certified with the latest Live Forms release.

Customers must upgrade to the latest major Live Forms release compatible with the Confluence Enterprise version.


Confluence Server Version Server Versionfrevvo Add-on Version
v6.13.*v7.4.x-9.0.xv5.4.0
v6.5.*v7.4.4v5.4.0
v6.2 - v6.3.1v7.3v5.4.0
v6.0.* - v6.1.1v7.1.x - v7.2.xv5.4.0
v5.10.*v6.3.x - 7.0.xv5.4.0
v5.9.*v6.3.x - v7.0v5.3.0
v5.8.*v6.1.4 - v6.2.xv5.3.0
v5.4.*, v5.5.*, v5.6.*, v5.7.*v6.1.2.2v5.2.0

Table of Contents

Note

Download the version of the Confluence Add-on that you need from our frevvo Software Downloads Directory

...

  • Confluence user profile attributes available in frevvo's Subject for use in business rules as subject.confluence.* as shown in the example below:

    Code Block
    if (form.load) {
      Email.value = _data.getParameter('subject.email');
      Location.value = _data.getParameter('subject.confluence.location');
      Phone.value = _data.getParameter('subject.confluence.phone');
      IM.value = _data.getParameter('subject.confluence.im');
      Website.value = _data.getParameter('subject.confluence.website');
      Position.value = _data.getParameter('subject.confluence.position');
      Department.value = _data.getParameter('subject.confluence.department');
    }


Tickets fixed:

  • none

...