Closed (duplicate)
Project:
Bot project Redmine
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2011 at 02:51 UTC
Updated:
8 Feb 2012 at 07:43 UTC
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
Comment #1
stborchertWhich 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 :)
Comment #2
Bevan commentedmin and max are probably not necessary, as the REST API handles scenarios where it is missing better. The help texts have not been updated.
Comment #3
Grayside commentedSince #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.