Actions
Feature #36848
openAPI allow display "watchers" when listing several issues
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Hello
The Redmine API allow listing "watchers" when returning an issue("/issues/{id}.json?include[]=watchers"),
but not when listing several issues("/issues.json?include[]=watchers").
We propose this feature in this PR (https://github.com/redmine/redmine/pull/136).
Thank you for your help.
Files
Related issues
Updated by Yazan Al aeddin over 2 years ago
- File issues_index_api.patch issues_index_api.patch added
Yazan Al aeddin wrote:
Hello
The Redmine API allow listing "watchers" when returning an issue("/issues/{id}.json?include[]=watchers"),
but not when listing several issues("/issues.json?include[]=watchers").
We propose this feature in this patch
Thank you for your help.
Updated by Go MAEDA over 2 years ago
- Related to Feature #29894: View watchers on the issue list added
Actions