Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Can't fetch fixversions #4

Open
nikhilgg opened this issue Oct 17, 2013 · 1 comment
Open

Can't fetch fixversions #4

nikhilgg opened this issue Oct 17, 2013 · 1 comment

Comments

@nikhilgg
Copy link

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"

@pm7y
Copy link
Contributor

pm7y commented May 21, 2014

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; }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants