Quantcast
Channel: Windows PowerShell forum
Viewing all articles
Browse latest Browse all 21975

how to create TFS query link

$
0
0

I have below TFS query and I want to create a link for TFS like QueryLink so when we click the link it should open the query in web in TFS

please let me know how do I create the link.

$tasktfs = $tfs.query("
    SELECT *
    FROM WorkItems
    WHERE [System.TeamProject] = 'DO'
    AND [System.WorkItemType] = 'RDTask'
    AND [System.AssignedTo] = '$team'
    AND [System.ChangedDate] >= '$fromDate'
    AND [System.ChangedDate] <= '$toDate' ")

Thanks


Thanks,


Viewing all articles
Browse latest Browse all 21975

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>