Azure Boards Workflow Sequencing
Been doing research into replacing Jira with Azure Boards. One of the ways that Azure Boards comes up short so far is that it seems that I am unable to set up workflow sequencing with the sprint columns. I was…
Been doing research into replacing Jira with Azure Boards. One of the ways that Azure Boards comes up short so far is that it seems that I am unable to set up workflow sequencing with the sprint columns. I was…
I'm trying to create a pull request template for a branch in Azure DevOps with the Features/Project_foo name. The default branch for the repository is master, in which I've created a folder called .azuredevops/pull_request_template/branches, which follows the guidance in the…
Whenever I am trying to use parameter value in BeforeDiscovery under Context in Pester test case it's giving below error. Please help me. Error:: ##[error] [-] Discovery in D:a1sdeploymenttestdeployment.Tests.ps1 failed with: ##[error] System.Management.Automation.ParameterBindingValidationException: Cannot validate argument on parameter 'Name'. The…
We are currently using an Azure DevOps pipeline to trigger a terraform plan against an existing infrastructure. Within this pipeline during the terraform init stage, terraform will analyze the scripts and download modules from an external repository. During the initial…
I'm trying to setup an access policy in my ARM template to allow my logic app to access Key Vault. Both resources are already created but when I'm running my pipeline it is coming up that the logic app resource…
Issue We have a function app in Azure, and from Azure DevOps, through a classic release pipeline, we deploy the function and app settings. One of those app settings has a value "abcrndefrnghirn..." However, when we deploy this app setting…
So I'm trying to write something that will allow me to create topics and subscriptions in a loop and while I think I've achieved that thanks to code founded here, I'm facing some problems and I'n not sure how to…
I have created a Power Automate flow to capture changes on a SharePoint List: Here's the body response I get from the wiql query: To update the work item if exists, I need to work item ID. To get that…
I try do add a field to a work item using this api : https://learn.microsoft.com/en-us/rest/api/azure/devops/processes/fields/add?view=azure-devops-rest-7.1&tabs=HTTP It work (at least it did accept it, and return te good answer ) ! But the field does not appear in the layout of…
How can I create multiple pipelines in Microsoft Azure DevOps by calling objects from single or multiple csv files? How can the script pick up blank space from one of the excel columns? For example Folder Path This is what…