Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ProjectFeatureToggleRequest

    Container for a request to toggle the state of the feature to ENABLED or DISABLED.

    interface ProjectFeatureToggleRequest {
        state?: "ENABLED" | "DISABLED" | "COMING_SOON";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    state?: "ENABLED" | "DISABLED" | "COMING_SOON"

    The new state for the feature