Today, there is no way on the cloud version of the Prime Timesheet plugin to manage the language on Rest API.
On the Jira Cloud Rest API, we can control the accept language with the following headers:
X-Force-Accept-Language: true
Accept-Language: <locale>
https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#timestamps
X-Force-Accept-Language
(request): controls how the standard HTTPAccept-Language
header is processed. By defaultAccept-Language
is ignored and the response is in the language configured in the user's profile or, when no language is configured for the user, the default Jira instance language. For the response to recognizeAccept-Language
sendX-Force-Accept-Language = true
as well. IfAccept-Language
requests a language that Jira can return the response is in that language, otherwise Jira returns the response in the default language. IfAccept-Language
is not specified the response is in the default language.
It should be great to control it on the Prime Timesheet Rest API, and especially on the csv export to respond to our needs
Tempo Products | Timesheet Reports & Gadgets (formerly Prime) |
Tempo Platform | Cloud |