jira.js
    Preparing search index...

    Function setProjectProperty

    • Sets the value of the project property. You can use project properties to store custom data against the project.

      The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.

      This operation can be accessed anonymously.

      Permissions required: Administer Jira global permission or Administer Projects project permission for the project in which the property is created.

      Parameters

      • client: Client
      • parameters: { body: Record<string, any>; projectIdOrKey: string; propertyKey: string }
        • body: Record<string, any>
        • projectIdOrKey: string

          The project ID or project key (case sensitive).

        • propertyKey: string

          The key of the project property. The maximum length is 255 characters.

      • Optionaloptions: RequestOptions

      Returns Promise<void>