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.
Hi,
I need help with the SQL statement.
Namely, we need information like:
DATUM - Date for the time booking
DETAIL - Description of the activity carried out
PROJEKT - PROJECTKEY
auftrg - account
STD - Time in industrial hours
ErfDatum - Acquisition date
teilprojekt - custom fields
bereich - custom field
sendDatum - Modification date (if there has been a change )
sendUser - User of the last change of entries
the problem is that all the tables are very scattered. Can help from someone who has already had a similar request?
best regards
The Jira database really isn't intended for any form of reporting, and I strongly recommend that you stop reading it. It's the worst possible way to get data out of Jira.
The REST API for Jira and Tempo can easily return all of that data in a very simple call, rather than the 30-50 joins you are going to need to do to try to get it in SQL.
Hallo @Nic Brough -Adaptavist-
Alright. Can you refer me to the documentation on how to get the requested via the REST API?
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you need https://apidocs.tempo.io/#worklogs
But check the panel to the left for other areas that might be useful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The documentation that Nic refers to is for the Cloud version of Tempo.
For the Tempo Server REST API documentation, please take a look at https://www.tempo.io/server-api-documentation.
As most of the information you are looking for is native JIRA data, you might also want to take a look at https://docs.atlassian.com/software/jira/docs/api/REST/8.13.1/.
Please note that this documentation is JIRA version specific.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.