Azure DevOps spoke - credentials via Scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 10:24 PM
I am attempting to connect to our Azure DevOps board (to create a record when a record is created in SN) via the ADO spoke.
However, I do not see any content in the dynamic dropdowns for Project Name or Work Item Type:
I have tried multiple formats in the scripting tool to set the variable, along the lines of
var projectName = "My Project";
return projectName;
- Labels:
-
flow designer
-
Workflow Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 02:15 PM - edited 05-31-2023 02:16 PM
I also found this Spoke somewhat curious, in my use case I am able to use dynamic input in my flow to satisfy its needs. The Microsoft documentation has a decent example of what the payload should look like (link).
The project name is typically the first thing in your URL after 'dev.azure.com'. Work type can be 'task' or 'bug', keep in mind that this also depends on the Process type that you apply in your ADO project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 02:37 PM
Thanks Sebas, we have since understood that there's a missing module. It's not just needing the Azure DevOps spoke - it needs the IntegrationHub module too, at additional cost. 😐
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 03:14 PM
That's a bummer! If you are exploring creating anything custom, in that case, that doc page might prove helpful as well.