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
Hi all,
We are working at the moment with version 3 Tempo API. Since the recent reports it states that next month version 3 will end and version 4 will be used.
Before we called:
https://api.tempo.io/core/3/worklogs/issue/{issue_key}?fields=summary
And now will be
https://api.tempo.io/4/worklogs/issue/{issue_id}
However, we do not have access to the new issue_id. How can we work around this issue?
If we only know the issue_key from the software and we gather worklogs from Tempo from our employees.
Kind regards,
Remie
You have to make an additional request to the jira rest api, check this: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issues/#api-rest-api-2-issue-issueidorkey-get
Make a request to /rest/api/2/issue/{issueIdOrKey} with your issue key and in the response you get the ticket data including the issue id.
Best regards,
Kevin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.