Minyaa Workflow Attributeshelps you for editing the Workflow Meta-attributes in Step or Transition descriptors.
Meta-attributes are a way to apply some configuration in JIRA. By example,jira.issue.editableallows or denies Issue edition.
But in practice, the exercice is no so easy :
You have to know which attribute are available, using the correct syntax ... (jira.issue.editableorjira.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
Goal of Workflow Attributes Management
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.
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 ...
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.
When selecting any Meta-Attributes, the correct editor is displayed. 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
Select/Edit the value and add it! Less risk to make a typo error in the Meta-Attributes or define your own Meta-Attribute Editor (See Extending Workflow Attributes Editor).