Project

General

Profile

Actions

Feature #15855

closed

Add information about whether an issue is open or closed to Issues API response

Added by Michal Ciasnocha over 10 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
REST API
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

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

15855.patch (3.1 KB) 15855.patch Takenori TAKAKI, 2021-08-11 01:16
15855-v2.patch (4.25 KB) 15855-v2.patch Takenori TAKAKI, 2021-08-17 10:17
Actions #1

Updated by Etienne Massip over 10 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?

Actions #2

Updated by Michal Ciasnocha over 9 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.

Actions #3

Updated by Takenori TAKAKI over 2 years ago

I made a patch to implement this improvement and posted it.

Actions #4

Updated by Takenori TAKAKI over 2 years ago

I'll post a patch that also adds open or closed to 'allowed_statuses', which was added in #24976.

Actions #5

Updated by Go MAEDA over 2 years ago

  • Target version set to Candidate for next major release
Actions #6

Updated by Go MAEDA over 2 years ago

  • Target version changed from Candidate for next major release to 5.0.0

Setting the target version to 5.0.0.

Actions #7

Updated by Go MAEDA over 2 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
Actions #8

Updated by Go MAEDA over 2 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed the patch. Thank you.

Actions

Also available in: Atom PDF