Search found 11 matches

by ahhq
31 May 2017, 21:19
Forum: General Discussion
Topic: MantisConnect
Replies: 0
Views: 2622

MantisConnect

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.
by ahhq
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 ...
by ahhq
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 ...
by ahhq
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
I solved the issue. The value must be an int, not a string.
by ahhq
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.
by ahhq
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 ...
by ahhq
10 May 2017, 01:50
Forum: General Discussion
Topic: Project Organization
Replies: 8
Views: 8835

Re: Project Organization

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.
Great. Thanks! :)
by ahhq
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.
by ahhq
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.
by ahhq
08 May 2017, 23:52
Forum: General Discussion
Topic: Project Organization
Replies: 8
Views: 8835

Re: Project Organization

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.
Thanks for the ideas. I'm using the former solution for now. Would the $g_report_bug_threshold idea mean editing .php files?
by ahhq
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 ...