Is MantisConnect dead? It looks like it hasn't been updated in several years.
I am trying it out but I don't see how I am supposed to grab the list of subprojects for each project.
Search found 11 matches
- 31 May 2017, 21:19
- Forum: General Discussion
- Topic: MantisConnect
- Replies: 0
- Views: 2622
- 26 May 2017, 04:00
- Forum: General Discussion
- Topic: Headings for Roadmap
- Replies: 0
- Views: 2778
Headings for Roadmap
The roadmap is a great feature. One thing that would make it a lot better is if there were headings by default that issues would be sorted under (like parents).
E.g.:
All features should be under a "Features" category for the target version.
All bugs should be under a "Bugs" category for the ...
E.g.:
All features should be under a "Features" category for the target version.
All bugs should be under a "Bugs" category for the ...
- 19 May 2017, 22:49
- Forum: Help
- Topic: Sharing authentication with wordpress
- Replies: 8
- Views: 7294
Sharing authentication with wordpress
Is there any way to share the user identities between Wordpress and Mantis?
I have a Wordpress site and that has a link to a Mantis database. I can probably add a link back in the Mantis UI to Wordpress but users still need to log into both. It would be cool if I could somehow share the login ...
I have a Wordpress site and that has a link to a Mantis database. I can probably add a link back in the Mantis UI to Wordpress but users still need to log into both. It would be cool if I could somehow share the login ...
- 15 May 2017, 21:34
- Forum: General Discussion
- Topic: Project Organization
- Replies: 8
- Views: 8835
Re: Project Organization
Code: Select all
config_id project_id user_id access_reqd type value
report_bug_threshold 1 0 90 2 administrator
- 15 May 2017, 21:17
- Forum: General Discussion
- Topic: Project Organization
- Replies: 8
- Views: 8835
Re: Project Organization
I added that option but it doesn't work using the string "administrator".
A "developer" was able to add a new issue.
A "developer" was able to add a new issue.
- 15 May 2017, 18:36
- Forum: General Discussion
- Topic: Project Organization
- Replies: 8
- Views: 8835
Re: Project Organization
$g_report_bug_threshold idea would be set per project using Manage > Manage Configuration > Configuration Report.
No need to edit any PHP file, the setting being stored in the database.
I'm not sure how to set this and I can't seem to find documentation explaining it. Obviously, I know what to ...
No need to edit any PHP file, the setting being stored in the database.
I'm not sure how to set this and I can't seem to find documentation explaining it. Obviously, I know what to ...
- 10 May 2017, 01:50
- Forum: General Discussion
- Topic: Project Organization
- Replies: 8
- Views: 8835
Re: Project Organization
Great. Thanks!mcmo wrote:$g_report_bug_threshold idea would be set per project using Manage > Manage Configuration > Configuration Report.
No need to edit any PHP file, the setting being stored in the database.
- 09 May 2017, 07:01
- Forum: General Discussion
- Topic: Parentage and Fields
- Replies: 2
- Views: 3208
Re: Parentage and Fields
Okay, good to know. I might take a shot at it because I think it could be a useful feature.
- 08 May 2017, 23:58
- Forum: General Discussion
- Topic: Parentage and Fields
- Replies: 2
- Views: 3208
Parentage and Fields
Is there a way to get a child to inherit fields from its parent? I'd like to be able to reference the parent's description, so that I don't have to copy-and-paste information.
It would be nice if I could use a tag/variable like $parent_notes or $parent_description, to include the information.
It would be nice if I could use a tag/variable like $parent_notes or $parent_description, to include the information.
- 08 May 2017, 23:52
- Forum: General Discussion
- Topic: Project Organization
- Replies: 8
- Views: 8835
Re: Project Organization
Thanks for the ideas. I'm using the former solution for now. Would the $g_report_bug_threshold idea mean editing .php files?mcmo wrote:Hi
Why don't you assign the users as VIEWER in the parent projects?
Or you could change $g_report_bug_threshold in those projects to the ADMINISTRATOR level.
- 05 May 2017, 23:58
- Forum: General Discussion
- Topic: Project Organization
- Replies: 8
- Views: 8835
Project Organization
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 ...
[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 ...