Project Organization
Posted: 05 May 2017, 23:58
I want to have a hierarchy for projects. The way I see to do this is to use projects with sub-projects:
[Game Projects]
-- Game 1
-- Game 2
[Music Projects]
-- Music General
-- Music Game
This works well but has the undesirable effect of two projects that I really don't want anyone to put anything into. Is there a way to "lock" the two parent projects, so that they are visible and will create the hierarchy but people can't accidentally put issues/bugs into?
Thanks!
-----------------------------------------------------------
UPDATE
-----------------------------------------------------------
Solution
After experimenting, this is what I found:
[Game Projects]
-- Game 1
-- Game 2
[Music Projects]
-- Music General
-- Music Game
This works well but has the undesirable effect of two projects that I really don't want anyone to put anything into. Is there a way to "lock" the two parent projects, so that they are visible and will create the hierarchy but people can't accidentally put issues/bugs into?
Thanks!
-----------------------------------------------------------
UPDATE
-----------------------------------------------------------
Solution
After experimenting, this is what I found:
- Best option:
- Add report_bug_threshold for the project via Manage Configuration > Configuration Report
- Set the value to an integer that is higher than administrator level (e.g. 1000)
- Add report_bug_threshold for the project via Manage Configuration > Configuration Report
- Alternative:
- Remove all categories from the project you wish to be a header
- This doesn't prevent someone from *trying* to open an issue but the system will report that they can't add one.
- Remove all categories from the project you wish to be a header