I just checked if I have any newlines in my query (I made the query as simple as possible), I haven't found any newlines. I checked the query in sql table dbo.QueryItems direct on database.
This is my query:
Rainer
This is my query:
SELECT [System.Id], [System.WorkItemType], [System.Title], [System.AssignedTo], [System.State] FROM WorkItems WHERE [System.TeamProject] = @project ORDER BY [System.Id]Regards
Rainer