Question | How do I bulk create worklogs for a period of time |
---|
Answer | Worklogs can be created for a period of time by using a Tempo REST API. This can be handy when internal activities like vacation or paternity leave entered and maintained in a third-party application should be duplicated to Tempo/Jira. The Tempo REST API that we will need to use is: {YourJiraUrl}/rest/tempo-timesheets/4/worklogs For the API call, you need to use the POST method. The payload should be something similar to: { |
---|
|