jira.js
    Preparing search index...

    Function getWorkflowSchemeIssueType

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

      Parameters

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

          The id of the scheme.

        • issueType: string

          The issue type to query.

        • OptionalreturnDraftIfExists?: boolean

          When true indicates that a scheme's draft, if it exists, should be queried instead of the scheme itself.

      • Optionaloptions: RequestOptions

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