connect_integration
Get an OAuth connect URL to link your project with Jira, Linear, Asana, monday.com, or GitHub. Show the URL to the user for authorization; returns already_connected if the provider is linked.
Instructions
Returns an OAuth connect URL for the requested integration provider (Jira, Linear, Asana, monday.com, GitHub). Show the returned URL to the user — do NOT open it programmatically. The user must visit it in their browser to authorize the connection. Call get_integration_status first to check whether the provider is already connected; if it is, this returns status already_connected instead of a URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgId | No | Organization ID. Optional — derived from your PAT scopes when omitted; pass it explicitly if your PAT spans multiple organizations. | |
| provider | Yes | Integration provider to connect (Required). | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. |