Azure DevOps
JSON →Interact with Azure DevOps for managing projects, pipelines, and repositories.
Tools · 23
- GetProjects List all accessible projects
- GetRepositories List all repositories in a project
- GetProject Get details of a specific project
- GetRepository Get repository details
- SearchCode Search for code across repositories in a project
- GetCommit Retrieve a particular commit details
- GetCommits Retrieve git commits
- get_work_item Retrieve a work item by ID
- create_work_item Create a new work item
- update_work_item Update an existing work item
- list_work_items List work items in a project
- manage_work_item_link Add, remove, or update links between work items
- get_boards Get available boards in the project
- list_pipelines List all pipelines in the project
- trigger_pipeline Execute a pipeline
- list_pull_requests List pull requests
- create_pull_request Create a new pull request
- update_pull_request Update a pull request
- get_pull_request Get pull request details
- get_wikis List all wikis in the project
- get_wiki_page Get a wiki page
- create_wiki Create a new wiki
- update_wiki_page Create or update a wiki page
Environment variables
AZURE_DEVOPS_ORG_URL
Links
★ 3 GitHub stars