Project

General

Profile

Creating new issue and sub projects.

Added by jeremy weber over 12 years ago

Hello, hopefully someone can help us figure out where to start. In our implementation of Redmine, we have 1 root project with 4 subprojects. We would like to disallow entering defects into the root project and only allow them in the subprojects while maintaining a collective list of all the issues in the root project for reporting purposes.

Is it possible when clicking new issue to be prompted for what subproject you would like the issue to be entered in?

Would appreciate any response.

Thanks

Jeremy


Replies (2)

RE: Creating new issue and sub projects. - Added by Mischa The Evil over 12 years ago

jeremy weber wrote:

Is it possible when clicking new issue to be prompted for what subproject you would like the issue to be entered in?

Not out of the box with a stock Redmine. I did patch the Redmine core a while ago to include something like what you request here, but it's currently outdated and not compatible with current Redmine sources; see #2457.

RE: Creating new issue and sub projects. - Added by jeremy weber over 12 years ago

Sorry for the delay in reply. Your link was exactly what i needed to help me get started. The behavior I implemented was to create a configuration screen that allowed the admin to select what projects he would like new issues to be allowed on, and then by using jquery to alter the new issue menu to present a sublist with only those projects.

    (1-2/2)