jira.js
    Preparing search index...

    Function deleteProjectProperty

    • Removes the property 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 removed.

        • propertyKey: string

          The key of the property to remove.

      • Optionaloptions: RequestOptions

      Returns Promise<void>