Hi there,
Just getting to grips with Power Automate and loving it 🙂 I've created a flow using the Azure Devops connector that in short creates child tasks when a bug is raised.
It works beautifully but I wondered if its possible to raise the tasks unassigned, rather than to my own user?
So far I have tried (with the create new work item step)
- Assigning the value of the Parent work item 'Assigned To' to a variable and using that in the 'Create Work Item' step.
- Leaving 'Assigned To' Empty or using a null value
- Using the Other Fields to set null values to Vsts_AssignedToEmail and System_AssignedTo field.
I'm struggling to find a reference to anything other than this article Cannot Create Work Item Through API When Unassigned Is Null - Developer Community (visualstudio.com), which I appreciate is not the same but does indicate the API would ignore assigned to if it is blank.
I cant really spot an answer in the connector documentation, unless i'm missing something? It may simply be a case of its not possible without more work.
Thanks in advance.