Defect #35242
Updated by Mischa The Evil over 3 years ago
Hi, I was reading your documentation ([[Rest_Issues]]) (https://www.redmine.org/projects/redmine/wiki/Rest_Issues) that says on the "GET /issues.[format]" under includes: _for full list see below_ So I suppose the list is the one on the endpoint "GET /issues/[id].[format]", and so it includes "journals". However, when I send a request to https://support.xxx.com/redmine/issues.json?key=####&include=journals,attachments&limit=100 I can see the "attachments" field, but not the "journals" field... what's going on?