Hi
I need to extract the available time into a report for our Tempo teams. I have extracted planned time but I haven't found a way to get the available time for the teams through REST.
Is this possible - to get the available time for some teams through a rest call to Tempo api?
Hi Annicka,
There is no API that will give you the available time for a team, but you can retrieve the required time by user.
This can be done by using:
YOUR_JIRA/rest/tempo-core/1/user/schedule (this will return your required working time in seconds for this day. The calculation depends on the workload and holiday scheme you are in).
To retreive the data for other users and days within a period, use:
YOUR_JIRA/rest/tempo-core/1/user/schedule?user = USERNAME&from=YYYY-MM-DD&to=YYYY-MM-DD
Regards,
Susanne
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.