Versions Compared

Key

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

...

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).

...

To find your environments optimal limit:
Start with a big number like 100,000 and monitor your systems and user reported problems related to the limit. If you are still experiencing problems related to load, try lowering the number to 90,000 and repeat until you have found the desired limit.

This article is specific to Server Release 15.0.1 and should only be used with it. The complete Server Release Notes can be found here.