kbsali/php-redmine-api

[Overview] Tracking of Remine API feature support

Art4 opened this issue · 0 comments

Art4 commented

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 5.1.0

  • Feature #37617: Add description field to custom fields API
  • 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
  • Feature #35420: API to archive/unarchive projects
  • Feature #35505: Add enabled core fields to /trackers API response
  • 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

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

Redmine 3.3.0

Redmine 3.0.0

Redmine 2.6.0

Redmine 2.5.0

  • Feature #8842: REST API: Filter issues created/updated before or after specific timestamp
  • 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

  • REST API for authentication