Feature #15855
closedAdd information about whether an issue is open or closed to Issues API response
0%
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
Updated by Etienne Massip almost 11 years ago
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?
Updated by Michal Ciasnocha over 10 years ago
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.
Updated by Takenori TAKAKI over 3 years ago
- File 15855.patch 15855.patch added
I made a patch to implement this improvement and posted it.
Updated by Takenori TAKAKI over 3 years ago
- File 15855-v2.patch 15855-v2.patch added
I'll post a patch that also adds open or closed to 'allowed_statuses', which was added in #24976.
Updated by Go MAEDA over 3 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA about 3 years ago
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
Updated by Go MAEDA about 3 years ago
- 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
Updated by Go MAEDA about 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.