Add work_get_team_days_off tool #1084
DiegoCarrillo95
started this conversation in
Backlog of Suggestions
Replies: 1 comment 1 reply
-
|
This is not likely going to happen as another. We may need to update the existing capacity tool to support days off |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Implement a new tool that integrates with the Azure DevOps Work API to retrieve team-level days off for a specific iteration. The existing
work_get_team_capacitytool only returns individual member days off — team-wide days off (holidays, company shutdowns) that apply to all members are not exposed.Tools
Develop the following tool with full parameter support, including optional ones:
work_get_team_days_off: Get team-level days off for a specific iteration. These days off apply to the whole team.Endpoint: GET https://dev.azure.com/{organization}/{project}/{team}/_apis/work/teamsettings/iterations/{iterationId}/teamdaysoff?api-version=7.1
Beta Was this translation helpful? Give feedback.
All reactions