Feature #15855
closed
Add information about whether an issue is open or closed to Issues API response
Added by Michal Ciasnocha almost 11 years ago.
Updated about 3 years ago.
Description
When I get a list of issues I would like to know whether the issue is open or closed depending on the status. For example, an external application does not need to know specific statuses but just the open/closed information. According to a feature to filter issues by "open" or "closed" status I don't think it is difficult to involve this information to the issue element.
Files
You can already get this information with Rest_IssueStatuses, I don't see the point of returning it with /issues
, REST result is not supposed to be directly manipulated by humans?
I know I can get that information from Issue statuses, but I is necessary to make another request which is not effective. FYI I have an external system which retrieves all issues from Redmine (both open and closed) and I need to tell users their status.
I made a patch to implement this improvement and posted it.
I'll post a patch that also adds open or closed to 'allowed_statuses', which was added in #24976.
- Target version set to Candidate for next major release
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
- Subject changed from REST issue element could contain information whether the issue is open or closed to Add information about whether an issue is open or closed to Issues API response
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.
Also available in: Atom
PDF