I have created a PowerApp that can connect to AzureDevOps project. I can see the queries for the Work Items. But I'm wanting to see the "Comments" or "History" for the work items. Mainly because I'd like to be able to add comments to the work item
The query I'm running is
AzureDevOps.GetQueryResultsV2("Project",Gallery3.Selected.Id,"organization").value
Does anyone have any ideas on how to grab the comments?
Solved! Go to Solution.
Do you need to be able to read the comments or just write? If you just want to write comments, you could implement a text input field with a button. You could set that up to trigger a power automate flow to write the comment. That would be the only way I would know how.
Do you need to be able to read the comments or just write? If you just want to write comments, you could implement a text input field with a button. You could set that up to trigger a power automate flow to write the comment. That would be the only way I would know how.
Exactly what I needed.
I set up a data card, put a couple of TextInput boxes in there and set up the workflow similar to this https://www.c-sharpcorner.com/article/how-to-trigger-a-power-automate-flow-from-powerapps/
Thanks for the push in the right direction.
User | Count |
---|---|
252 | |
107 | |
89 | |
51 | |
44 |