You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="utf-8"?><WorkItemQuery Version="1"><TeamFoundationServer>http://tfsServer.madeUpDomain.com:8080/tfs/something</TeamFoundationServer><TeamProject>HelloWorldProject</TeamProject><Wiql>SELECT [System.Id], [System.Title] FROM WorkItems WHERE [System.WorkItemType] <> '' AND ([System.CreatedBy] = 'mail2bug user') AND [System.ChangedDate] > @today - 60 ORDER BY [System.Id] </Wiql></WorkItemQuery>