Pivotal Tracker (Source)
Overview
The Pivotal Tracker source connector lets you authenticate to the Pivotal Tracker API using an API token.
At this time, the connector supports credential validation only. Catalog discovery and data extraction are not yet implemented.
Setup
Prerequisites
- A Pivotal Tracker account with access to the projects you intend to sync.
- A Pivotal Tracker API token.
Get your API token
- Sign in to Pivotal Tracker.
- Locate your API token in your account/profile settings.
- Copy the token for use in the connector configuration.
Authentication
This connector authenticates using a Pivotal Tracker API token sent as the X-TrackerToken header.
During connection setup, the connector validates credentials by calling:
GET https://www.pivotaltracker.com/services/v5/me
If the token is invalid, the connector will fail with a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Your Pivotal Tracker API token. Used to authenticate API requests via the X-TrackerToken header. |
Streams
No streams are currently available.
- Catalog discovery: not implemented (returns an empty catalog).
- Extraction: not implemented (the connector will error indicating extraction is still in development).