jira.js
    Preparing search index...

    Function getProjectProperty

    • Returns the value of the property with a given key from the project identified by the key or by the id.

      Parameters

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

          The project 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 }>