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

    Interface PrioritySchemeId

    The ID of a priority scheme.

    interface PrioritySchemeId {
        id?: string;
        task?: TaskProgressNode;
    }
    Index

    Properties

    Properties

    id?: string

    The ID of the priority scheme.

    task?: TaskProgressNode