kbsali / php-redmine-api

A simple PHP Redmine API client, Object Oriented
MIT License
420 stars 183 forks source link

Deprecate all `\Redmine\Api\Issue::PRIO_*` constants #384

Closed Art4 closed 8 months ago

Art4 commented 8 months ago

In Redmine\Api\Issue we have the following constants defined:

The IDs of the issue priorities are not hard coded in Redmine and are different betweent every server and could even differ between two projects on the same server.

We should deprecate this constants and remove them in v3.