techtalk / JiraRestClient

A simple client for Atlassian JIRA service REST API
Other
65 stars 80 forks source link

How to get field fixVersion? #42

Closed Oleksandr-Silin closed 7 years ago

Oleksandr-Silin commented 7 years ago

passing "new string[2] {"status", "fixVersion" }" to EnumerateIssuesByQuery does not help. And I can't find any documentation for library. Thanks for help!

quexy commented 7 years ago

You have to use a custom issue fields type

Oleksandr-Silin commented 7 years ago

How? any documentation, examples?

quexy commented 7 years ago

No docs; be smart. Hint: MyIssueFields : IssueFields { public string fixVersion { get; set; } }