AnotherJiraRestClient
AnotherJiraRestClient copied to clipboard
Can't fetch fixversions
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"
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; } }