jira.js
    Preparing search index...

    Function deleteComponent

    • Delete a project component.

      Parameters

      • client: Client
      • parameters: { id: string; moveIssuesTo?: string }
        • id: string

          The component to delete.

        • OptionalmoveIssuesTo?: string

          The new component applied to issues whose 'id' component will be deleted. If this value is null, then the 'id' component is simply removed from the related isues.

      • Optionaloptions: RequestOptions

      Returns Promise<void>