Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Next »

JSU for Jira Cloud

This is the documentation of JSU for Jira Cloud. If you are using JSU on Jira Server or on Jira Data Center, you can find the documentation here.

Description

The 'User Is In Any Users' will verify that the current user is one of the selected users.

Configuration

You must specify the allowed user, when configuring the check. For example:

For information on how to configure a condition for a workflow transition in JIRA, see the JIRA documentation.

Examples

Enforce automations

A workflow is configured so that the 'Automation' transition has the 'User Is In Any User' check = 'jsu-technical-user' user only. This is a user account which does not belong to a human person, but is used for all kind of automations. It has more permissions than normal users, so automations can do things which would be restricted for normal users.

A normal user viewing an issue in that workflow will not see the 'Automation' transition.

This is a perfect use-case to hide a Transition which will be triggered by a 'perform as user' (impersonate) Post-Function. So you configure also 'jsu-technical-user' as the 'perform as user' in the Post-Function.

Only the boss

You might restrict some transitions in your workflow to the big boss and his deputy.

However, for such cases you might also consider other conditions like User Is In Any Groups Condition or User Is In Any Roles Condition.


  • No labels