Versions Compared

Key

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

This version, released on , brings the following changes:

JMCF Has a New Logo!

In a continuing effort to unify the entirety of Appfire’s products, JMCF has a new logo! You’ll see this new look throughout the JMCF app (and this is just a taste of what’s to come!).

Bug Fixes

Jira LegacyserverSystem JIRAcolumnstype,key,summarycolumnIdsissuetype,issuekey,summarymaximumIssues20jqlQuerykey in (JMCF-482) serverId8382ec9d-abb6-3a29-8d72-95b9a5732a63
  • Calculated (scripted) Multi-User Field displays even when it is empty
    When configuring the scripted Multi-User Field using a simple API call (e.g. issue.get("Assignee") ), the Multi-User Field displays as expected on the issue screen (it displays when there is a value and does not when the field is empty); using an array in the script (e.g. [issue.get("Assignee")] ), the custom field will display on the issue screen even if there are not values. This has been fixed.