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

How some Permissions may be managed at Workflow level

If one the following requirements matches with yours, then read all the rest !

  • You want to see an issue editable by only some of user depending on Issue Status,
  • Your Analysts have to be assignable to an issue only during the Analysis phase,
  • Your Developer team can log work only in Development and Test phase,
  • An Issue has to be no more deletable by its Reporter when Work is in progress,
  • ... and also


In more generic term ... : Be able to define a permission depending on any Workflow Step !

To allows such settings, Alkaes Minyaa Worklow allows you to manage the permission under 2 different axes :
  • Who is granted at this Step : feature provided by using a new technical Customfield based on User Picker : Users By Workflow Step.
  • Is an operation allowed : feature provided by using any condition class. An extension of WorkflowManager provided a way to evaluate a boolean meta-attribute (true, false or Condition Class Name)

Using this capacity, some permission are evaluated ...


Solutions ...

Is Issue Deletable

Extends Permissions based on Workflows

Due to change in Java API of JIRA, this feature is currently not fully available 

Is Issue Editable

Extends Permissions based on Workflows

Due to change in Java API of JIRA, this feature is currently not fully available 

And evaluated by Conditions

Extends Permissions based on Workflows

Due to change in Java API of JIRA, this feature is currently not fully available 

Useful hint

See also ...

  • No labels