Skip to content
#

workitem

Here are 40 public repositories matching this topic...

rjmurillo
rjmurillo commented Jul 14, 2017

Repro

var authType = AuthenticationTypes.PersonalAccessToken;
var options = new AuthenticationOptions(uri, authType, types => new VssCredentials[] { cred });
var fac = Microsoft.Qwiq.Client.Rest.WorkItemStoreFactory.Default;
var wis = fac.Create(options);
wis.Query(12345);

System.ArgumentNullException
Value cannot be null. Parameter name: item

   at Microsoft.Q
burkhat
burkhat commented Nov 20, 2018

Hello together,

A user has sometimes the problem that the grey Status change information popup doesn't disappear automatically if he move the mouse to another location.
Then he has the problem, that he can't save the changes of the work item and he has to close the tab to close the information popup, open the work item and insert all changes again.
![image](https://user-images.githubuserconte

Improve this page

Add a description, image, and links to the workitem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workitem topic, visit your repo's landing page and select "manage topics."

Learn more