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,
is it possible to get the workload scheme for an user?
Best regards
And how does it work to get workloadscheme members?
rest/tempo-core/1/workloadscheme/{id}/members
does not work.
baseurl/rest/tempo-core/1/workloadscheme/users/{schemeId}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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}/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1) get all schemes: /rest/tempo-core/1/holidayscheme
2) get members for each schemes: /rest/tempo-core/1/holidayscheme/${scheme.id}/members
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.
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.