Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How one can get issue's createdDate? #51

Closed
iNikem opened this issue Dec 5, 2014 · 1 comment
Closed

How one can get issue's createdDate? #51

iNikem opened this issue Dec 5, 2014 · 1 comment

Comments

@iNikem
Copy link

iNikem commented Dec 5, 2014

No description provided.

@bobcarroll
Copy link
Owner

The issue class has getters for most of the standard fields, but it looks like the created date was never added. I can certainly implement it, but in the meantime you can call issue.getField("created") to get the string representation of a datetime and then parse it yourself. Patches are also welcome and appreciated.

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

No branches or pull requests

2 participants