jira.js
    Preparing search index...

    Function getDraftIssueType

    • Returns the issue type mapping for the passed draft workflow scheme.

      Parameters

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

          The id of the parent scheme.

        • issueType: string

          The issue type to query.

      • Optionaloptions: RequestOptions

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