Hi.
I've hit strange issue with redmine: https://osmocom.org/issues/1836 gives 403 error but https://osmocom.org/issues/71 works for example.
Is this intended due to some access control restrictions or it's a glitch in our setup?
On 16 Jan 2017, at 15:54, Max msuraev@sysmocom.de wrote:
Hi.
I've hit strange issue with redmine: https://osmocom.org/issues/1836 gives 403 error but https://osmocom.org/issues/71 works for example.
Is this intended due to some access control restrictions or it's a glitch in our setup?
404 -> during trac/redmine import I deleted projects/tickets but the id is a "auto increment" so it will always move forward and some ticket numbers simply do not exist.
403 -> The ticket belongs to the "SIM card related Projects" project but the ticket module has been disabled for this project.. hence no one has permission to see this ticket. The project has only one such hidden ticket.
cheers holger
What's so special about sim projects? Should tickets module be enabled for them?
On 16.01.2017 17:38, Holger Freyther wrote:
403 -> The ticket belongs to the "SIM card related Projects" project but the ticket module has been disabled for this project.. hence no one has permission to see this ticket. The project has only one such hidden ticket.
cheers holger
On Tue, Jan 17, 2017 at 07:07:06PM +0100, Max wrote:
What's so special about sim projects? Should tickets module be enabled for them?
The idea is that the sub-projects have tickets, but not the parent project iseelf (as it is more like a category than a project).
Ah, got that. So the right thing to do would be to move the ticket into subproject?
On 18.01.2017 00:00, Harald Welte wrote:
On Tue, Jan 17, 2017 at 07:07:06PM +0100, Max wrote:
What's so special about sim projects? Should tickets module be enabled for them?
The idea is that the sub-projects have tickets, but not the parent project iseelf (as it is more like a category than a project).
On Wed, Jan 18, 2017 at 12:03:05PM +0100, Max wrote:
Ah, got that. So the right thing to do would be to move the ticket into subproject?
yes, done. It was the only ticket assigned to the 'SIM card related Projects' umbrella project