kbsali / php-redmine-api

A simple PHP Redmine API client, Object Oriented

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Overview] Tracking of Remine API feature support

Art4 opened this issue · 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 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

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

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