jira.js
    Preparing search index...

    Function getWorkflowSchemeDraftIssueType

    • Returns the issue type-workflow mapping for an issue type in a workflow scheme's draft.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { id: number; issueType: string }
        • id: number

          The ID of the workflow scheme that the draft belongs to.

        • issueType: string

          The ID of the issue type.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              issueType?: string;
              updateDraftIfNeeded?: boolean;
              workflow?: string;
              [key: string]: unknown;
          },
      >