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 / Need to create Due dat...
Power Automate
Unanswered

Need to create Due date Alert For Azure DevOps Project

(1) ShareShare
ReportReport
Posted on by

Hi, 

 

I am trying to create a flow for Due date Alert for Azure DevOps Project,

And i do not know how to do it, cause I am in a learn stage, and still do not know how to do it, 

 

If anyone can help to create a flow, will be very helpful and if you have any question please ask!

I will explain in Details.

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,189 Most Valuable Professional on at

    Hi @DivyanshB23,

     

    You can use a WIQL query for this in a Send an HTTP request to Azure DevOps action.

     

    Below is an example

     

    This is the WIQL query. In this WIQL query I check if the targetdate is less than today for all work items which are of type Feature. 

     

    URI

    @{variables('ProjectName')}/_apis/wit/wiql?timePrecision=true&api-version=7.1-preview.2

     

    Body

    {
    "query": "SELECT [System.Id],[System.AssignedTo],[System.State],[System.Title],[System.Tags],[System.WorkItemType],[Microsoft.VSTS.Scheduling.TargetDate] 
    FROM WorkItems
    WHERE ([System.WorkItemType] = 'Feature') AND [Microsoft.VSTS.Scheduling.TargetDate] <= '@{utcNow()}'"
    }

     

    wiqlquery_targetdate.png

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 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard