The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Tempo Workload scheme via REST API?

Katharina_Klaus
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 21, 2015

Hi,

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

 

Best regards

 

5 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
VSF Experts Sales Team
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
Contributor
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Pelaez _QUABU SOLUTIONS_
Community Champion
June 13, 2016

I need the same...

0 votes
Shai Alon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 11, 2016
Katharina_Klaus
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 12, 2016

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.