Why am I not able to retrieve the number of projects which are associated to the particular URL ?

Rakeshreddy G October 11, 2017

I have used the following code.

JiraCredentials user = new Atlassian.Jira.JiraCredentials("USERNAME", "PASSWORD");
            ServiceLocator srl = new ServiceLocator();
            Jira jiraConn;
            jiraConn = Jira.CreateRestClient("URL", user.UserName, user.Password);
            var projects = jiraConn.Projects.GetProjectsAsync();
            var issues= jiraConn.Issues.GetIssuesAsync();

 

I have installed the JIRA software(trial version) in my local machine and gave the same URL in the above. When i try to retrieve the number of projects am seeing the output as follows when i hover on the projects  variable.

Id = 2, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet computed}"

And facing the with issues variable too.

 

I am using Atlassian.SDK.9.7.0,

 

Any help is appreciated, Thanks in Advance.

 

 

0 answers

Suggest an answer

Log in or Sign up to answer