I am building an email report about VSTS work items where I have some links that should open VSTS queries. The WIQL query is passed as part of the hyperlink URL, see the following link:
I pass the DateTime as date and time ([System.CreatedDate] >= '2019-02-18T08:00:00.0000000Z') not only date. The page that opens has the following error
You cannot supply a time with the date when running a query using date precision. The error is caused by «[System.CreatedDate] >= '2019-02-18T08:00:00.0000000Z'».
I tried to add ?timePrecision=true
at the end of the URL but it doesn't help.
Any idea how can I use WIQL in hyperlink and pass date & time?