JIRA SOAP API : get the list of users
I'm working on a tool in C# that interfaces the JIRA SOAP API. I have read the doc one can find here: http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/index.html Does anyone know how I could get the list of all the assignable users for a specific project? I haven't been able to find how to do that yet... Ok I must be in better shape today so here is a solution of my problem /// <summary> /// object interface to the JIRA API /// </summary> private readonly JiraSoapServiceClient _JiraService; /// <summary> /// authentication token returned by the login method /// that can