Hello fellow developers,
I’m trying to get all comments on all issues within a project using this url:
/rest/api/2/search?jql=project%20%3D%20${project.key}&expand=renderedFields&fields=id,comment
The comment created and updated dates are formatted like this “Today 9:09 PM”. This is super unhelpful when trying to convert to a python datetime. Is there something I can add to the url to get date fields in ISO format? Like a expand=dates option or something? (Asking our clients to configure their sites to use absolute datetimes is not an option). Also I’m using v2 in order to get the html content of the comment. v3 currently does not support this.
Any help would be appreciated,
Thanks!