Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This article is for Server and Data Center.

Warning

These are unpublished settings and should only be undertaken on the advice of Tempo Support. Misconfiguration or misuse of these settings could cripple your Tempo functionality and user experience so proceed with extreme caution.

...

Information on Tempo rest API’s can be found here.

Disable worklog export:

In instances where you want to restrict the export of Tempo reports (for security or data compliance), the flag worklogExportEnabled was added to the global configuration rest api to disable the worklog report export. If disabled, the worklog reports will show an error message explaining why the export cannot be used.

How to use the API:

Authentication works in the same way as the any other documented Tempo APIs (i.e. basic auth + setting the CSRF cookie).

...

Switch false to true to enable it again.

Limit the worklog query base count:


In some environments, it may be desirable to cap the number of worklogs that are processed for a report. To do so, you can configure a defined limit of worklogs in the global configuration rest api via the key, worklogQueryBaseCountLimit. This will prevent query processing of large volumes of data. If a number is configured, the the system will show an explanatory error message should a user who’s search parameters exceed the set limit.

Determining the appropriate cap on worklogs is unique to each customer’s Tempo instance.

How to use the API:

Authentication works in the same way as the any other of our documented Tempo APIs (i.e. basic auth + setting the CSRF cookie).

...