AzureDevOps
Manage Git repositories in Azure DevOps Services. Integration capabilities include retrieving, creating, and updating pull requests. Run pipelines and retrieve Git information.
- Category
- Utilities
- Pack
- AzureDevOps
Configuration parameters
- client_id — Client ID (required)
- organization — Organization (required)
- max_fetch — Maximum incidents for one fetch.
- project — Default Project Name
- repository — Default Repository Name
- incidentType — Incident type
- incidentFetchInterval — Incidents Fetch Interval
- isFetch — Fetch incidents
- first_fetch — First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)
- is_mirroring — Outgoing mirroring
- proxy — Use system proxy settings
- insecure — Trust any certificate (not secure)
- auth_type — Authentication Type (required)
- tenant_id — Tenant ID
- credentials — Client Secret
- redirect_uri — Application redirect URI
- auth_code — Authorization code
Commands (40)
- azure-devops-auth-complete — Run this command to complete the authorization process. Should be used after running the azure-devops-auth-start command.
- azure-devops-auth-reset — Run this command if for some reason you need to rerun the authentication process.
- azure-devops-auth-start — Run this command to start the authorization process and follow the instructions in the command results.
- azure-devops-auth-test — Tests the connectivity to Azure.
- azure-devops-blob-zip-get — Get a single blob.
- azure-devops-branch-create — Create a branch.
- azure-devops-branch-list — Retrieve repository branches list.
- azure-devops-commit-get — Retrieve a particular commit.
- azure-devops-commit-list — Retrieve Git commits for a project.
- azure-devops-file-create — Add a file to the repository.
- azure-devops-file-delete — Update a file in the repository.
- azure-devops-file-get — Getting the content file.
- azure-devops-file-list — Retrieve repository files (items) list.
- azure-devops-file-update — Update a file in the repository.
- azure-devops-generate-login-url — Generate the login url used for Authorization code flow.
- azure-devops-pipeline-list — Retrieve project pipelines list.
- azure-devops-pipeline-run — Run a pipeline. A DevOps pipeline is a set of automated processes and tools that allows both developers and operations professionals to work cohesively to build and deploy code to a production environment.
- azure-devops-pipeline-run-get — Retrieve information for a pipeline run.
- azure-devops-pipeline-run-list — Retrieve pipeline runs list. The command retrieves up to the top 10000 runs for a particular pipeline.
- azure-devops-project-list — Retrieve all projects in the organization that the authenticated user has access to.
- azure-devops-project-team-list — Get a list of teams.
- azure-devops-pull-request-commit-list — Get the commits for the specified pull request.
- azure-devops-pull-request-create — Create a new pull request.
- azure-devops-pull-request-get — Retrieve pull-request.
- azure-devops-pull-request-list — Retrieve pull requests in repository.
- azure-devops-pull-request-reviewer-add — Add a reviewer to a pull request.
- azure-devops-pull-request-reviewer-list — Retrieve the reviewers for a pull request.
- azure-devops-pull-request-thread-create — Create a thread in a pull request.
- azure-devops-pull-request-thread-list — Retrieve all threads in a pull request.
- azure-devops-pull-request-thread-update — Update a thread in a pull request.
- azure-devops-pull-request-update — Update a pull request. At least one of the following arguments must be provided: title, description, or status.
- azure-devops-repository-list — Retrieve git repositories in the organization project.
- azure-devops-team-member-list — Get a list of members for a specific team.
- azure-devops-user-add — Add a user, assign the user a license and extensions, and make the user a member of a project group in an account.
- azure-devops-user-list — Query users that were added to organization projects.
- azure-devops-user-remove — Remove the user from all project memberships.
- azure-devops-work-item-create — Creates a single work item.
- azure-devops-work-item-get — Returns a single work item.
- azure-devops-work-item-update — Updates a single work item.
- get-mapping-fields — Get mapping fields from remote incident. Please note that this method will not update the current incident. It's here for debugging purposes.