This article is for Timesheets for Cloud. Visit Data Center

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Extending the functionality of Tempo to integrate with external systems or users requires the Tempo Administrator, Jira Administrator, Tempo Team Administrator, and Tempo Account Administrator permissions.

Integrators can use OAuth 2.0 to provide secure authentication for access to Tempo data.

To generate credentials for access to Tempo data:

  1. Select Settings (blue star)  in the Tempo sidebar.

  2. Under Data Access, select OAuth 2.0 Applications.

  3. Enter NameRedirect URLs, and Client Type.

  4. Enter Authorization Grant Type. You will typically select Authorization code as the Authorization grant type.

  5. Click Add. Your named credentials are generated and added to the page.

  6. Under Actions, click the Information icon to display the Credentials dialog.

  7. Click the Copy icon to the right of the Client ID or Client secret to copy it to the clipboard. You can obtain an access token for your application, and then make requests to the Tempo REST API.

To revoke credentials for access to Tempo data:

  1. Select the credentials you want to revoke.

  2. Click Delete.

Refer to the Tempo REST API documentation for information about how to retrieve, restore, and revoke an access token. For detailed information about OAuth 2.0, consult their specification at https://oauth.net/2/ .

  • No labels