Questions tagged [azure-devops-services]

Azure DevOpsServices for teams to share code, track work, and ship software. It is combination of following services: Azure Pipelines, Azure Boards, Azure Repos, Azure Test Plans, Azure Artifacts, Extensions Marketplace.

Azure DevOpsServices for teams to share code, track work, and ship software.

It is combination of following services:

Azure Pipelines continuously build, test, and deploy to any platform and cloud.

Azure Boards plan, track, and discuss work across your teams.

Azure Repos get unlimited, cloud-hosted private Git repos for your project.

Azure Test Plans test and ship with confidence using manual and exploratory testing tools.

Azure Artifacts create, host and share packages with your team, and add artifacts to your CI/CD pipelines with a single click.

Extensions Marketplace access extensions from Slack to SonarCloud to 1,000 other apps and services – built by the community.

https://azure.microsoft.com/en-au/services/devops/

37 questions
2
votes
1 answer

How to list the files with content that are in azure repo using REST API

I am referring this link. https://learn.microsoft.com/en-us/rest/api/azure/devops/git/items/get?view=azure-devops-rest-6.0 I require assistance in forming the api link for the below scenario. List all the files (with content) that are in a…
PriyaK
  • 83
  • 4
2
votes
2 answers

I don't receive email notification from Azure Devops when someone use @mentions

We normally receive email notifications when we use @mentions in workitems on Azure Devops and it is not working anymore for all of us. I checked on the notifications settings everything seems fine but still not working. If you can help on…
Lan
  • 21
  • 1
  • 2
2
votes
1 answer

Azure Devops Services - CI/CD

We have 4 servers: Dev, Stage, Test, Prod. We are getting one free CI/CD according to Microsoft: 1 Microsoft-hosted job with 1,800 minutes per month for CI/CD and 1 self-hosted job with unlimited minutes per month $40 per extra Microsoft-hosted…
1
vote
1 answer

Azure DevOps Services - Is there a way to set hard barriers to prevent moving tickets to a column that has reached its WIP limit?

For example, if someone tries to move a ticket from the Active column to the Resolved column, which is already full, is there a way to set a "hard" barrier that prevents this action from going through? Even if a column has reached its WIP limit, you…
Lydia
  • 13
  • 2
1
vote
1 answer

Migrating to Azure DevOps Service. DataMigrationTool error - VS403310: An inconsistency was detected in some of the files in the collection

I'm attempting to migrate our on-premises Azure DevOps Server to a cloud Azure DevOps Service. I've run the DataMigrationTool but am getting the error: Validation completed 'Validate File Content Consistency' with result Failed, message VS403310: An…
1
vote
1 answer

Azure DevOps Services in Azure Stack Hub?

I am planning to migrate my work to Azure Stack Hub. Can someone please let me know whether I can use Azure DevOps Services in Azure Stack Hub. If so please advise me on how to. Thanks
janani
  • 11
  • 4
1
vote
1 answer

Azure DevOps Services permission for work item templates

We are using multiple project teams in a project with seperated boards and templates. Until last week this construct works fine for us. Now a bunch of users would like to create workitems based on a template in another projectteams board. (users…
RobotoRaph
  • 11
  • 1
1
vote
0 answers

Migration of on-prem Nexus nuget Host to azure Artifacts(Azure DevOps server)

I have a project to migrate all on-prem nexus nugets to azure Artifact(azure DevOps service(VSTS)). is there any tool available to help on this matter. On-prem nexus contains our own customize nugets and can only be available via company VPN.
1
vote
1 answer

How to open Bugs/PBIs in Visual Studio instead of a web browser when connecting to Azure DevOps Service?

I want to implement Team Foundation Server (now known as Azure DevOps Server) for source control and issue tracking. I have only used the on-premises solution previously. For this particular use case, it would be beneficial to have it hosted in the…
0
votes
1 answer

Azure DevOps Services - Backup of Cl

Am using the cloud hosted version of Azure Devops (Azure DevOps Services). How can i make a backup of all my repos, boards, artifacts and pipelines?
R. Maier
  • 340
  • 2
  • 13
0
votes
1 answer

Azure DevOps Services pipeline: error 503 when downloading artifacts from Azure DevOps nuget feed

I have a build pipeline that executes a dotnet restore for a .net solution. Often, the restore randomly fails with 503 errors like this: /usr/share/dotnet/sdk/7.0.306/NuGet.targets(156,5): error : Response status code does not indicate success: 503…
0
votes
2 answers

Azure Devops Services - Query does not display custom field value

I have a query of work items and include custom field (tried with boolean field and with string Picklist). Query results does not display the value of these fields . My process is hosted XML on Azure DevOps services XML of field
galsi
  • 421
  • 1
  • 6
  • 19
0
votes
0 answers

Is it possible to Create a multi selection picklist / dropdown on imported Hosted XML process in azure DevOps services?

i cannot find any way o creating a Multi Selection picklist or any other field with that functionality. **i am using an imported process ** I cannot add extension similar to other process Is it possible to create such a field using xml edit…
galsi
  • 421
  • 1
  • 6
  • 19
0
votes
1 answer

How to keep pick list sorted in original order on Azure DevOps Services Hosted XML process?

How to keep Pick List Sorted as original order - not alphabetically. Code of Pick List
galsi
  • 421
  • 1
  • 6
  • 19
0
votes
1 answer

How do stage output variables work in Azure DevOps?

I have the following piece of YAML code: stages: - stage: ApplyDnsPrefixes condition: and(succeeded(), ne(dependencies.PlanDnsPrefixes.outputs['PlanDnsPrefixes.COMPUTE_DNS_PREFIXES_PLAN.HAS_ABSENT'], 0)) variables: HAS_ABSENT:…
mark
  • 59,016
  • 79
  • 296
  • 580
1
2 3