You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview

When Jira loads the list of Workflows, it performs a parsing of XML Worklow descriptor for each Workflow, in order to display :

  • The Description of the Workflow,
  • Its Update Date and related Author for last modification
  • Its number of Steps

You can imagine that this way to render the Workflow list is no efficient.

And more you have workflows (actives or inactives), more the delay to render the list is long, and sometime ended with the Timeout.

Enhancement

This feature is available only with a valid license.

Atlassian has opt to redesign this screen for Jira Cloud :

  • with a pagination
  • without rendering Author, Date and Step numbers

The enhancement provided by Alkaes JIRA Plugin Field Administration Enhanced consists into following changes :

  • Disable the XML Parsing of Workflow descriptors
  • Load these details on demand Workflow by workflow
  • Be able to list only Active or Inactive workflow

A full rewrite is expected with a pagination, but not yet.

How to configure

To benefit this feature

  • Go to Field Administration Enhanced Settings 

  • Set to Yes the parameter Workflow details load disabled .



How it is looks like ...

Before enabling ...

For reminder, by default, the native rendering looks like this ...

 All parts highlighted in Yellow are extracted from XML Workflow descriptor.


After enabling ...

After having enable the feature, all content issued from Workflow Descriptors are no more displayed.

and few changes are provided :

  • A link "..." is added in place of Workflow Description. By clicking on it the descriptor of the Workflow is parsed to display missing content
  • Short link are added in to of screen  : Default | Show all | Show only actives | Show only inactives ...
    Each of them provided a link to reload the page with different behavior :
    • Default : To reload the page with native behavior 
    • Show all : To reload the page with all Workflow without loading content issued from XML descriptors ,
    • Show only actives : To reload the page with only actives Workflows without loading content issued from XML descriptors ,
    • Show only inactives : To reload the page with only inactives Workflows without loading content issued from XML descriptors ,



  • No labels