jira.js
    Preparing search index...

    Function getIssueTypeProperty

    • Returns the value of the property with a given key from the issue type identified by the id

      Parameters

      • client: Client
      • parameters: { issueTypeId: string; propertyKey: string }
        • issueTypeId: string

          The issue type from which the property will be returned.

        • propertyKey: string

          The key of the property to return.

      • Optionaloptions: RequestOptions

      Returns Promise<{ key?: string; value?: unknown; [key: string]: unknown }>