Creating jira issue via Rest c# httpClient
问题 I have read one answer on atlassian https://answers.atlassian.com/questions/79902/using-httpclient-c-to-create-a-jira-issue-via-rest-generates-bad-request-response where one user created a JIRA issue by the following code. I adapted it but get an error by using a self-build class issue with ObjectContent Http.HttpContent content = new Http.ObjectContent<Issue>(data, jsonFormatter); The compiler wont accept it. Does anybody know why? public string CreateJiraIssue() { string data= @"{ ""fields"