3

I am trying to connect to azure devops and when a work item is updated, I am adding the work items details to Microsoft Todo(to-do.office.com). I am able to push messages as Tasks or Flagged email but I do not have option to move todo item to "Assigned to me". While configuring todo step in power automate, I only see "Flagged email" and "Tasks" options available in "To-do-List". I tried to manually enter "Assigned to me" but it textbox did not accepted it. Is there any option to move a item from azure dev ops to Microsoft todo "assigned to me" using power automate?

Kurkula
  • 6,386
  • 27
  • 127
  • 202
  • 1
    It looks like it is a limitation of the connector and also the Graph API. When I use the list Lists method of the Graph API that Assigned to Me list is also absent. Like you say, the Flagged Email and Tasks are shown. Maybe contact Microsoft support and flag this as a bug? – Expiscornovus Oct 14 '22 at 07:48

1 Answers1

1

Planner and To Do are integrated. Probably the easiest workaround would be to use a Planner plan as a temporary storage of tasks and assign them in that type of action. After that planner task has been created it should also show up as an assigned item in To Do.

  1. The flow setup. In this example I used a Task work item type

enter image description here

  1. The item should show up in the Assigned to me overview

enter image description here

Expiscornovus
  • 1,222
  • 1
  • 3
  • 7