Pregunta

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?

¿Fue útil?

Solución

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top