
Announcements
Hi All
I am trying to create a custom connector to post to our devops project board. I basically want users in our company to be able to enter details in a powerapps form and this detail will create a user story for the team to pick up. I have created the custom connector but the definition step of the setup is pretty confusing to me. I have generated a PAT from the devops area but the rest of the setup is quite difficult for me to find any information on.
If anyone could advise that would be amazing
Thanks
You shouldn't need a custom connector. You can call power automate which has native connectors to Azure DevOps which is what I use for my DevOps automations. It has a built-in action for "Create a work item" already but it also has a super helpful "Send an HTTP request to Azure DevOps" where you can call any available ADO API. Like in my example below where I used it to Fork a repo