AnotherJiraRestClient icon indicating copy to clipboard operation
AnotherJiraRestClient copied to clipboard

Can't fetch fixversions

Open nikhilgg opened this issue 11 years ago • 1 comments

Not sure if this has anything to do with this app, but I seem to not fetch the fixversions. It always returns only "System.Object"

nikhilgg avatar Oct 17 '13 09:10 nikhilgg

need to add this type i think

public class fixversion { public string self { get; set; } public string id { get; set; } public string name { get; set; } public string archived { get; set; } public string released { get; set; } public DateTime releaseDate { get; set; } }

pm7y avatar May 21 '14 21:05 pm7y