Question

Working on a small multi-platform python program for displaying issues assigned to the user whom logs into this application and gives that user the ability to log work against that issue. 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?

Was it helpful?

Solution

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:

http://docs.atlassian.com/jira/REST/latest/#id123143

OTHER TIPS

Below Tempo rest API is use for posting “work log” for specific issue (ISSUE-911) for logged in user for Given range date

https://0.0.0.0/jira/rest/tempo-rest/1.0/worklogs/issue-911

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top