web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / SharePoint List to ADO...
Power Automate
Answered

SharePoint List to ADO Work Item

(0) ShareShare
ReportReport
Posted on by 15

Hi Everyone,

 

We have a SharePoint (SP) list where users create/modify items and ALWAYS attach a file within the list. Below is what I'm trying to achieve:

 

  • When a SP List Item is Created or Modified, Create or Modify a Work Item (Task) on Azure DevOps (ADO)

AND 

  • Attach the List Item Attachment File to that same Work Item (Task) on ADO ... OR.... Save the Attachment File in the ADO Repository and Link it with the related Work Item (Task)

 

Please help! Thank you in advance.

Categories:
I have the same question (0)
  • Verified answer
    v-litu-msft Profile Picture
    on at

    Hi @mbhammad,

     

    You could refer to the following steps to create the work item of DevOps according to the created or modified items in the SharePoint, then add the attachments into it.

     

    This is the whole steps:

    Annotation 2019-09-04 102740.pngThese are key steps that you need to notice is send the HTTP request to create the Attachment.

    - Upload Attachment

    Full documentation for this endpoint can be found here: https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/attachments/create?view=azure-devops-rest...

    Annotation 2019-09-04 102813.png

    - Parse JSON

    {
     "type": "object",
     "properties": {
     "id": {
     "type": "string"
     },
     "url": {
     "type": "string"
     }
     }
    }

    - Relate Attachment

    Full documentation for this call can be found here:

    https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/work%20items/update?view=azure-devops-rest-5.0
    Annotation 2019-09-04 102844.png

    This is a simplified step, a lot of details have been omitted, the specific source is from @if you want to know more, you can click on this blog:

    https://blog.mattweston365.com/2019/06/uploading-attachments-from-sharepoint.html

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • mbhammad Profile Picture
    15 on at

    Thank You @v-litu-msft .. It works great for new items.. But when an item is modified on SP, it creates a "New" work item on Azure DevOps (ADO).. Can it update the same/existing work item and attachment on ADO?

     

    Many thanks for your help.

  • Verified answer
    v-litu-msft Profile Picture
    on at

    Hi @mbhammad,

     

    Yes, you can use the Get Work item details action instead of Create a new item action, then put the Dynamic content of Get work item details into these previous steps.Annotation 2019-09-09 094004.png

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • mbhammad Profile Picture
    15 on at

    Neat! Thank you so much @v-litu-msft ...

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 519 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 296 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard