jira.js
    Preparing search index...

    Function getProjectProperty

    • Returns the value of a project property.

      This operation can be accessed anonymously.

      Permissions required: Browse Projects project permission for the project containing the property.

      Parameters

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

          The project ID or project key (case sensitive).

        • propertyKey: string

          The project property key. Use Get project property keys to get a list of all project property keys.

      • Optionaloptions: RequestOptions

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