Automating the toil - Part 3

Automating the toil - Part 3

It's been said that I love automation. It's true, and I'm sharing some 微软 Power Automate flows that might help you, too.

Today's automation: Each morning, read a couple of Azure DevOps queries, and share the results in Teams

Why?

As an operational team, we have incoming requests (which we've automated into Azure DevOps). Each morning at the start of the workday, its handy for everyone to have visibility of the incoming work that's not been seen or picked up yet. This keeps us on-point, lean and up to date.

These ADO queries produce:

  • Any new/unassigned stories
  • Any user stories that are aging (been open for 12 days old or more)

How?

Today's Power Automate flow

  • This flow is triggered every Monday to Friday at 7:30 AM.
  • It retrieves the first query results from Azure DevOps for new/unassigned stories. Note that this flow assumes you've setup this query already, which is not covered in this article.
  • It creates an HTML table with links to Azure DevOps work items.
  • Now, it performs a bit of housekeeping and replaces certain characters in the HTML tables. This is because the flow treats HTML as a string and produces it as '&lt;', which needs replacing with '<'
  • It then retrieves the second ADO query result, for aging user stories.
  • It creates another HTML table with links to Azure DevOps work items and their assignees.
  • It performs the HTML housekeeping again.
  • Lastly, it posts a message in our group chat with the tables and additional information output in a nice format for the team to read.

要查看或添加评论,请登录

George R.的更多文章

  • Automating the toil - Part 7

    Automating the toil - Part 7

    Depending on how your organisation uses the tools at its disposal, you can hook up automation to let teams know when…

    3 条评论
  • Automating the toil - Part 6b

    Automating the toil - Part 6b

    Remember the last article, in which I said that getting content into other systems means it can be manipulated by other…

  • Automating the toil - Part 6a

    Automating the toil - Part 6a

    Today's automation: When a new email arrives, put the report details into one or two SharePoint Excel files & create…

  • Automating the toil - Part 5

    Automating the toil - Part 5

    Today's automation: Collect Microsoft Form submissions, and put them into a specific Azure DevOps work queue Why? Being…

  • Automating the toil - Part 4

    Automating the toil - Part 4

    Next up in my selection of automation articles: a flow that helps a specific function in our team. Today's automation:…

  • Automating the toil - Part 2

    Automating the toil - Part 2

    Being the automation nerd I am, I'll be posting an article for each piece of automation I've setup that brings a…

  • Automating the toil - Part 1

    Automating the toil - Part 1

    I'm not a developer, but I've always been a fan of automation - and so no/low code products have piqued my interest for…

    3 条评论
  • App release notes from 2018

    App release notes from 2018

    Many moons ago, when I worked at Lightbox, I used the release note space to write poems that described whatever it was…

    37 条评论
  • Just do it. Please?

    Just do it. Please?

    Sometimes, things happen that really drives home the differences in cultures. I feel that businesses here in NZ are…

    3 条评论
  • Technology & employer brand

    Technology & employer brand

    I recently wrote that "Digital is dead: long live the tech company", and how we're all technology companies whether we…

    3 条评论