Redmine API : How to get and put issues history
Added by sig zegv about 13 years ago
I do not find a way to query or submit issues' history ? Is that possible ?
Replies (4)
RE: Redmine API : How to get and put issues history - Added by Mischa The Evil about 13 years ago
This is not possible using the current Redmine API. See Rest_api.
RE: Redmine API : How to get and put issues history - Added by S Reid about 12 years ago
Is this still the case ? Is it on the roadmap ?
RE: Redmine API : How to get and put issues history - Added by chanuka Dissanayake about 9 years ago
Is this case still have? Cant we get the history?
RE: Redmine API : How to get and put issues history - Added by Nil Patil over 8 years ago
You can use GET /issues/2.xml?include=attachments,journals to get the history details.