Feature Flag Actions

Feature flag actions that can be performed by Jira users.

Each action is optional (unless indicated otherwise). The absence of an action indicates that the action is not supported by the provider.

Properties

createFlag
Type
Description

Action for creating a feature flag and linking it with a Jira issue.

Defines the URL template that is used when an action is invoked. The following context parameters are supported: {issue.key}, {issue.summary}, {issue.flags}.

Properties

templateUrl
Type
Format
uri-template
Required
Yes

linkFlag
Type
Description

Action for linking an existing feature flag to a Jira issue.

Defines the URL template that is used when an action is invoked. The following context parameters are supported: {issue.key}, {issue.summary}, {issue.flags}.

Properties

templateUrl
Type
Format
uri-template
Required
Yes

listFlags
Type
Description

Action for showing all linked feature flags, when there are multiple feature flags linked to a Jira issue.

Defines the URL template that is used when an action is invoked. The following context parameters are supported: {issue.key}, {issue.summary}, {issue.flags}.

Properties

templateUrl
Type
Format
uri-template
Required
Yes

Rate this page: