# Tempo (prebuilt connector)

## Description

Tempo project, product, & portfolio management solutions are designed to enhance Jira by helping teams collaborate, plan, budget, track, and work smarter.

## API documentation

API documentation for **Tempo** (used to build this connector) can be found via the link below:

{% embed url="<https://apidocs.tempo.io/>" %}

## Authentication&#x20;

When adding connector instances for **Tempo**, the following authentication methods are supported:

* [OAuth 2 (authorisation code)](#oauth-2-authorisation-code)

### OAuth 2 (authorisation code)

When a user chooses to [add a connector instance](/product-documentation/connectors-and-instances/working-with-instances/adding-an-instance.md) using **OAuth 2 (authorisation code)** authentication, the credentials below are prompted:

<table><thead><tr><th width="219">Credential</th><th width="150" data-type="checkbox">Required?</th><th>Notes</th></tr></thead><tbody><tr><td><code>Client ID</code></td><td>true</td><td>Your <code>client id</code> is generated from  Tempo data access settings. Note that the redirect uri for Patchworks is:<br><code>https://app.wearepatchworks.com/oauth/authenticate</code>. <br>For more information please refer to <a href="https://apidocs.tempo.io/#section/Authentication">this Tempo guide</a>.</td></tr><tr><td><code>Client Secret</code></td><td>true</td><td>Your <code>client secret</code> is generated from  Tempo data access settings. Note that the redirect uri for Patchworks is:<br><code>https://app.wearepatchworks.com/oauth/authenticate</code>. <br>For more information please refer to <a href="https://apidocs.tempo.io/#section/Authentication">this Tempo guide</a>.</td></tr><tr><td><code>Jira cloud instance name</code> </td><td>true</td><td>Enter your organisation's instance name for Jira - this forms part of the URL that you use to access Jira. For example, <code>https://patchworks.atlassian.net</code> - in this case, patchworks is the instance name.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/connectors-and-instances/patchworks-connectors/tempo-prebuilt-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
