php-redmine-api icon indicating copy to clipboard operation
php-redmine-api copied to clipboard

[Overview] Tracking of Remine API feature support

Open Art4 opened this issue 3 years ago • 0 comments

I've looked through Redmine's CHANGELOG and gathered all the features that affect the REST API in this issue.

The goal is to have one place where Redmine features are captured and we can more easily see what functionality is not yet implemented.

Redmine 6.0.0

  • [ ] Feature #23307: Include auth_source field in User API response
  • [x] Feature #38948: Add user status to users list API
  • [ ] Feature #40449: Add updated_on and updated_by fields to Issues API journal response

Redmine 5.1.0

  • [x] Feature #37617: Add description field to custom fields API
  • [x] Feature #39113: Add missing Homepage attribute in Projects API response

Redmine 5.0.0

  • [ ] Feature #35001: Disable API authentication with username and password when two-factor authentication is enabled for the user
  • [ ] Feature #10171: Updating journal notes via REST API
  • [ ] Feature #15855: Add information about whether an issue is open or closed to Issues API response
  • [ ] Feature #24976: Include new statuses allowed by workflow in Issues REST API
  • [ ] Feature #34766: Better error message when no API format is recognised
  • [ ] Feature #34857: Add total estimated hours, spent hours, total spent hours for issues to issue list API
  • [x] Feature #35420: API to archive/unarchive projects
  • [ ] Feature #35505: Add enabled core fields to /trackers API response
  • [x] Feature #35507: API to close/reopen projects
  • [ ] Feature #36303: Include avatar URL in Users API

Redmine 4.2.0

  • [ ] Feature #22008: Associated Revision API
  • [ ] Feature #33301: Add option to include enabled issue custom fields in projects#show API response
  • [ ] Feature #33592: Include updated_on and passwd_changed_on columns in users API response
  • [ ] Feature #34242: Include two-factor authentication scheme in users API response

Redmine 4.1.0

  • [ ] Feature #26237: Support wiki_page_title attribute in Versions REST API
  • [ ] Feature #30086: Use HTTP status code 403 instead of 401 when REST API is disabled
  • [ ] Feature #31559: Support "active" attribute in Enumerations REST API
  • [ ] Feature #32002: Add inherit_members to projects API response
  • [ ] Feature #32242: Add estimated hours and spent hours to Versions API
  • [ ] Patch #13468: REST API for News
  • [ ] Patch #31399: make /my/account endpoint accessible through API

Redmine 4.0.0

  • [ ] Patch #28191: Add assignable, issues_visibility, time_entries_visibility and users_visibility to Roles API response
  • [ ] Patch #29459: Add admin flag to users API

Redmine 3.4.0

  • [ ] Feature #7506: Include allowed activities list in "project" API response
  • [x] Feature #12181: Add attachment information to issues.xml in REST API
  • [x] Feature #23566: REST API should return attachment's id in addition to token
  • [ ] Patch #19116: Files REST API
  • [x] #320
  • [ ] Patch #22795: Render custom field values of enumerations in API requests

Redmine 3.3.0

  • [x] Feature #14830: REST API : Add support for attaching file to Wiki pages
  • [x] Feature #21757: Add Total spent hours and Estimated hours to the REST API response
  • [x] Patch #6277: REST API for Search

Redmine 3.0.0

  • [x] Patch #18707: Allow attachment thumbnails from REST api

Redmine 2.6.0

Redmine 2.5.0

  • [x] Feature #8842: REST API: Filter issues created/updated before or after specific timestamp
  • [x] Feature #15815: REST API : Add project status in API response

Redmine 2.4.0

Redmine 2.3.0

Redmine 2.2.0

Redmine 2.1.0

Redmine 1.4.0

Redmine 1.3.0

Redmine 1.1.0

Redmine 1.0.0

Redmine 0.9.0

  • [x] REST API for authentication

Art4 avatar Jan 13 '22 14:01 Art4