jira.js
    Preparing search index...

    Function getIssueTypeProperty

    • Returns the key and value of the issue type property.

      This operation can be accessed anonymously.

      Permissions required:

      • Administer Jira global permission to get the details of any issue type.
      • Browse projects project permission to get the details of any issue types associated with the projects the user has permission to browse.

      Parameters

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

          The ID of the issue type.

        • propertyKey: string

          The key of the property. Use Get issue type property keys to get a list of all issue type property keys.

      • Optionaloptions: RequestOptions

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