Page tree
Skip to end of metadata
Go to start of metadata

Overview

Alkaes Minyaa Workflow helps you for editing the Workflow Meta-attributes in Step descriptors (for Transition, the feature has to be redevelop since Jira changed it editor).

Meta-attributes are a way to apply some configuration in JIRA. By example, jira.issue.editable allows or denies Issue edition.

But in practice, the exercise is no so easy :

  • You have to know which attribute are available, using the correct syntax ... (jira.issue.editable or jira.editable.issue) or spent some (more) time on JIRA documentation of JIRA or in any other useful blog/forum of JIRA Community...
  • You have to enter the try correct value, respecting the wanted format

Workflow Attributes Editors

The goal is twice :

  • to provide a list of supported Meta-Attributes,
  • to provide for edition, a dedicated editor for most of type of supported Meta-Attributes.

How to process ?

A set of supported Meta-Attributes is predefined with the plugin, each with their default editor. The process as follow for adding a Meta-Attributes is as follow ...

  1. When accessing the Step or Transition Meta-Attributes page, an asynchronous access will modify the default editor and provide a list of available Meta-Attributes.


  2. When selecting any Meta-Attributes, the correct editor is displayed. Currently provided editors are :
    • String Editor
    • Boolean Editor
    • Condition Editor
    • User by Step Editor
  3. Select/Edit the value and add it! Less risk to make a typo error in the Meta-Attributes


Supported Attribute Editors

Currently provided editors are :

  • String Editor (same as default one)
  • Boolean Editor 
  • Condition Editor (including Boolean) for some Meta-Attributes provided by Minyaa, related to permissions on issue operations
  • User By Step Editor (See User By Workflow Step)

Extends Workflow Attributes Editors


Note that you can extend by building your own Meta-Attribute Editor

Useful hint

See also ...

  • No labels