The UI on https://example.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-app#!/planner shows everyone's public holidays to everyone. This way, everyone can know when their teammates are available. There are no permission issues here.
The APIs under /holiday-schemes
return 403 for everyone except administrators. The GET calls should work for regular users, to be in line with the regular UI permissions.
Particularly, we would like a user application (using a personal access token, PAT) to be able to read the holiday scheme for a given user and subsequently fetch its dates:
GET /holiday-schemes/users/{accountid}
GET /holiday-schemes/{schemeId}/holidays
How much work would it cause you to change the, or create a, permission level such that users with PATs can access this public holiday data (which is literally published by countries, not secret at all)?
Thank you!
Tempo Products | Tempo Timesheets, Tempo Planner, Tempo Teams |
Tempo Platform | Cloud |