I am working on a small multi-platform Python application.
It should display JIRA issues which the user is assigned to. The user should be able to log work against those issues.
The server we're using has Tempo and that seems to be the way that management wants to log time.
Is there a way to use REST with Tempo to log work? Or should I just use the Tempo API to log work?
Since Tempo just utilizes the standard work log you should be able to use the REST api to log work and that should show up in tempo.
The API for logging time in JIRA using REST can be found here: