2022-01-21 | Extender for Jira 2.11.0 Release

Released version 2.11.0 is compatible with Atlassian's Jira >= 8.x platform.

New features:

  • New Workflow properties - several new Workflow properties (extender.transition.*) that allow you to manage what the transition buttons look like in the ticket view, but also on the transitions between statuses (like color, font, emoji, additional characters, simple html etc.). Full documentation with examples you can find here Workflow Transition / Status properties

Improvements:

Bug fixes:

  • Workflow Conditions | Previous Status - fixed a bug where in some specific cases the condition returned the wrong state

  • [EXTJ-128] Cannot apply license to Jira | Atlassian Documentation - fixed a bug when applying a Jira license via the page ⚙ > Applications > Versions & licenses, the progress bar goes back and forth indefinitely

    • Log details:

    • 2021-06-11 04:33:59,719+0000 http-nio-8080-exec-105 ERROR [o.a.c.c.C.[.[localhost].[/].[default]] Servlet.service() for servlet [default] in context with path [] threw exception java.lang.ClassCastException: class com.atlassian.upm.api.util.Option$Some cannot be cast to class com.atlassian.upm.api.util.Option (com.atlassian.upm.api.util.Option$Some is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @3ca3df9e; com.atlassian.upm.api.util.Option is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @3c8d7e0c) at com.atlassian.upm.license.internal.impl.PluginLicenseRepositoryImpl.getCachedLicense(PluginLicenseRepositoryImpl.java:339) at com.atlassian.upm.license.internal.impl.PluginLicenseRepositoryImpl.getPluginLicense(PluginLicenseRepositoryImpl.java:149) at com.atlassian.upm.license.internal.impl.PluginLicenseManagerImpl.getLicense(PluginLicenseManagerImpl.java:45)