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

    Interface ToggleFeatureForProject

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

    interface ToggleFeatureForProject {
        featureKey: string;
        projectIdOrKey: string | number;
        state?: "ENABLED" | "DISABLED" | "COMING_SOON";
    }

    Hierarchy (View Summary)

    Index

    Properties

    featureKey: string

    The key of the feature.

    projectIdOrKey: string | number

    The ID or (case-sensitive) key of the project.

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

    The new state for the feature