How can I export a sprint board to show on a SharePoint site?

Henquinet, Steven L 0 Reputation points
2025-05-14T11:27:57.9166667+00:00

I'd like to show an Azure DevOps sprint board on a SharePoint site in a list.

Azure DevOps
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 46,360 Reputation points MVP Moderator
    2025-05-14T11:32:45.9+00:00

    You can use the approach described in https://stackoverflow.com/questions/78027556/sharepoint-issue-tracker-connection-with-azure-devops-bugs/78032539#78032539


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. Durga Reshma Malthi 420 Reputation points Microsoft External Staff Moderator
    2025-05-14T12:45:31.2166667+00:00

    Hi Henquinet, Steven L

    Could you please follow the below steps:

    Manual Export via CSV:

    1. Navigate to Azure Boards -> Work items -> Create the work items (Bug or Task etc;) and set the iteration path -> Click on Open in Queries -> Click on 3 dots and select the export to csv option. This will download a CSV file with the work items.
    2. Open the CSV file in Excel and format as needed
    3. Go to SharePoint -> Click on Create -> Select Lists -> Select CSV and follow the prompts to map the columns correctly.
    4. Navigate to the page where you want to display the sprint board. Click on Edit to modify the page and adjust the settings as needed.

    If you want to automate tasks, you can use Power Automate. Refer this following wiki - https://stackoverflow.com/questions/78008111/connect-azure-devops-list-items-to-sharepoint-list-using-power-automate

    Additional References:

    Import work items from csv

    Hope this helps!

    Please Let me know if you have any queries.

    If you found the information helpful, please click "Upvote" on the post to let us know and consider accepting the answer as the token of appreciation. Thank You.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.