The settings for Redmine integration are copied verbatim from the settings for Drupal.org project module, but they are not as relevant for Redmine.

Comments

stborchert’s picture

Which settings do you mean?
We need at least redmine_url_regexp, redmine_url and redmine_api_key.
Min and max ... ok, these settings could be removed eventually :)

Bevan’s picture

min and max are probably not necessary, as the REST API handles scenarios where it is missing better. The help texts have not been updated.

Grayside’s picture

Status: Active » Closed (duplicate)

Since #1426458: Max and Min Issue range limits not effective has a patch, closing this as duplicate.

Just to throw two cents in on the subject of whether these settings should exist at all:

Min and max I always figured were primarily used as a crude sort of collision detection for systems using multiple "project" softwares. In my Bot Github sandbox I'm pushing for configurable unique syntax prefixes. E.g., configure d.o for '#', redmine for '@', github for '%', and so on.

At that point, the min and max start to seem a bit irrelevant.