Project

General

Profile

Plugins Directory » Redmine Shared API

Author: Ahau Software
Website: https://github.com/anovitsky/redmine_shared_api
Code repository: https://github.com/anovitsky/redmine_shared_api
Registered on: 2015-12-14 (over 8 years ago)
Current version: 0.0.9
Compatible with: Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x
User ratings:   (3)

This is a plugin share some endpoints of API.

New endpoints for NON-admin users

  • [GET] /shared/custom_fields.xml | .json
  • [GET] /shared/users.xml | .json
  • [GET] /shared/settings.xml | .json
  • [GET] /shared/projects.xml | .json
  • [GET] /shared/workflow/transitions.xml?role_id={id}&tracker_id={id} | .json
  • [GET] /shared/workflow/permissions.xml?role_id={id}&tracker_id={id} | .json

New endpoints for NON authorized (public) users:

  • [GET] /public/settings.xml | .json

Recommended for Redmine Outlook Add-In, Redmine QuickBooks Connector

Installation notes

$ cd /path/to/redmine/plugins
$ git clone git://github.com/anovitsky/redmine_shared_api.git redmine_shared_api

Then restart Redmine.

Changelog

0.0.9 (2018-12-24)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x.

  • Supports Redmine v3.4.7
  • Supports Redmine v4.0

0.0.8 (2018-08-24)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x.

  • Fixed get shared/users if current user is not admin

0.0.7 (2018-08-15)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

Extend Users endpoint:
  • Filter by status
  • Find by name
  • Filter by group
  • Sort by (firstname, lastname)
  • Render user custom fields

0.0.6 (2018-08-01)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x.

  • Hide user.login and user.mail fields if it was configured
  • Added avatar_url field for user

0.0.5 (2018-07-24)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

  • Added new workflows API
  • Added new endpoint for get projects (more stable if some other plugin rewrite it)

0.0.3 (2018-01-26)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

  • Support Key/Value custom field (Added label of value)

0.0.2 (2015-12-14)

Compatible with Redmine 4.0.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.

User ratings

  by Benjamin G over 5 years ago

Useful new endpoints

  by Ahau Software almost 6 years ago

  by almost 8 years ago

Thank you very much for this great plugin! I was desperately in need for the custom fields extension.