Clarity (Broadcom Clarity PPM) is a project and portfolio management platform that helps organizations plan, prioritize, and track projects, tasks, and resources. The Clarity connector uses the Clarity REST API.
Integrating Clarity enables teams to automate project and task management, keep portfolio data in sync across systems, and streamline reporting and resource planning workflows.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a descriptive name for your connection. This helps you easily identify the connection within your application or integration settings, such as "MyAppClarityIntegration".Authentication Type: Basic
Basic
Note your Clarity instance's host URL along with the port (for example,
http://clarity.xyz.com:8080). This will be your Base URL.Make sure you have a Clarity user account with the API-Access right enabled. Contact your Clarity administrator if this right is not already assigned to your account.
Enter your Clarity account's Username and Password when creating the connection.
For the full list of endpoints and request/response details, refer to the API documentation:Link
Actions:
Actions | Description |
| Create a project in Clarity |
| Create a task in a project in Clarity |
| Delete a task of a project by ID in Clarity |
| Get a project by ID in Clarity |
| Get a task of a project by ID in Clarity |
| List projects in Clarity |
| List tasks of a project in Clarity |
| Update a project by ID in Clarity |
| Update a task of a project by ID in Clarity |