You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I would like to grab all the worklog of an issue with status in "Waiting for Approval" state .
I tried using - /rest/api/2/issue/{issue-key}/worklog , but it returned all the data except the status .
Can anyone help with any other way to do it ?
@Jagadish did you see the answer from Susanne?
Hi @Jagadish
Take a look at the answer from @Denis Blanchette gave to this question:
Solved: How to get list of worklogs through JIRA REST API (atlassian.com)
HTH,
KGM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I looked at those answers but none of them have a clear solution on how to get the status of the tempo timesheet .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please take a look at https://www.tempo.io/server-api-documentation/timesheets#tag/Timesheet-Approval for information about the available REST API's for the approvals in Tempo.
It is also possible to get the approval status of worklogs with the Tempo Servlet (https://tempo-io.atlassian.net/wiki/spaces/THC/pages/649200068/Tempo+Servlet+Manual+-+Tempo+Server)
By adding the "addApprovalStatus=true" parameter to the URL, information about the approval status is added to the response.
Best regards,
Susanne Götz
Tempo team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.