문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top