jira-client
jira-client copied to clipboard
How to get 'Created' date for an issue?
I tried to use Issue.getChangeLog() for that, but the change log for each issue is null. Any idea? Regards Maik
@mschuerer I tried the following code
issue.getField("created")
The above function gave back to me the created date of the issue.
I got to this reply by accessing the /field REST end point and using the key field as a parameter of the getField method.