How to get Tempo Workload scheme via REST API?

Katharina_Klaus December 21, 2015

Hi,

is it possible to get the workload scheme for an user?

 

Best regards

 

5 answers

0 votes
VSF Experts Sales Team July 26, 2018

And how does it work to get workloadscheme members?

rest/tempo-core/1/workloadscheme/{id}/members

does not work. 

Michel Tremblay [Adaptavist] April 12, 2019

baseurl/rest/tempo-core/1/workloadscheme/users/{schemeId}

Like Sam likes this
Sam June 23, 2020

Thank you for mentioning this, @Michel Tremblay [Adaptavist] ! Do you know where I could find documentation on this?

Additionally, do you know if there's an API that would add a user to a workload scheme?

0 votes
Ashvik Mohan April 5, 2018

Yes, It is possible to get workload scheme through REST API:

1) get all schemes: Your-JiraInstance/rest/tempo-core/1/workloadscheme/

2) get particular schemes: Your-JiraInstance/rest/tempo-core/1/workloadscheme/{id}/

0 votes
Alexander Zonov January 25, 2018

1) get all schemes: /rest/tempo-core/1/holidayscheme

2) get members for each schemes: /rest/tempo-core/1/holidayscheme/${scheme.id}/members

0 votes
Raul MrAddon June 13, 2016

I need the same...

Katharina_Klaus April 12, 2016

This is for getting the worklogs, not the workload scheme.

Suggest an answer

Log in or Sign up to answer