Hi,
is it possible to get the workload scheme for an user?
Best regards
Community moderators have prevented the ability to post new answers.
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.
This is for getting the worklogs, not the workload scheme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.