jira.js
    Preparing search index...

    Function setProjectProperty

    • Sets the value of the specified project's property. You can use this resource to store a custom data against the project identified by the key or by the id. The user who stores the data is required to have permissions to administer the project.

      Parameters

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

          The project on which the property will be set.

        • propertyKey: string

          The key of the project's property. The maximum length of the key is 255 bytes.

      • Optionaloptions: RequestOptions

      Returns Promise<void>