Feature Flag Actions

On This Page

    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
    object
    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
    string
    Format
    uri-template
    Required
    Yes

    linkFlag
    Type
    object
    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
    string
    Format
    uri-template
    Required
    Yes

    listFlags
    Type
    object
    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
    string
    Format
    uri-template
    Required
    Yes

    Rate this page: