Search found 12 matches

by mcraig88
21 May 2009, 22:32
Forum: General Discussion
Topic: Target version is showing completed items
Replies: 1
Views: 2268

Target version is showing completed items

For some reason the target version field is showing previous versions that are marked as complete.
Since you shouldn't be able to scheduled a bug to be fixed in an already released version, this seem counter intuitive.

any ideas?

Thanks,

Mike
by mcraig88
13 Jan 2009, 21:17
Forum: Customizations
Topic: Resolutions: Custom Workflow
Replies: 2
Views: 4038

Re: Resolutions: Custom Workflow

Here is an example of the Array I think should be able to work, to clarify my request: array ( 5 => '8:Triage', 8 => '12:Docs/Reqs;15:In Process', 12 => '20:Fixed/Complete;90:Wont Fix;40:Not Repro;80:External;60:Duplicate', 15 => '20:Fixed/Complete;90:Wont Fix;40:Not Repro;80:External;60:Duplicate',...
by mcraig88
12 Jan 2009, 21:12
Forum: General Discussion
Topic: Data Model For Mantis
Replies: 4
Views: 5543

Re: Data Model For Mantis

That's very cool. Thanks for doing that. It seems that those relationships are not actually enforced in the database though. I'm running 1.1.1, are they enforced in later revisions?
by mcraig88
12 Jan 2009, 21:08
Forum: General Discussion
Topic: Extract individual projects and move to a different server
Replies: 4
Views: 3719

Re: Extract individual projects and move to a different server

How about a database dump/restore, then delete other projects/bugs? Not pretty, but would work.
by mcraig88
12 Jan 2009, 20:51
Forum: Customizations
Topic: Resolutions: Custom Workflow
Replies: 2
Views: 4038

Resolutions: Custom Workflow

Hello, I have implemented a custom workflow, using the UI, and it seems to only be concerned with Status, and not Resolution. Is there some documentation on setting up custom Workflow around Resolution? Status Workflow: New => Open => Closed Resolution Workflow: New => Triage => Docs/Reqs => Fixed N...
by mcraig88
25 Oct 2007, 20:47
Forum: Customizations
Topic: Auto Assign to parent bug on per project basis
Replies: 1
Views: 3657

Auto Assign to parent bug on per project basis

Has anyone written a custom function to allow auto assignment of a New bug to an existing Parent bug? I saw an example on here, of how to do this for ALL new bugs, but I want each project to have it's own parent. So for instanct: ProjectA gets a new bug assigned to Parent Bug # 35 ProjectB gets a ne...
by mcraig88
24 Oct 2007, 18:55
Forum: Help
Topic: question about relationships and new bugs
Replies: 3
Views: 3998

This looks interesting, but...

How do I do this on a per project basis?

For instance, all new bugs in ProjectA get assigned to Bug#23.
All new bugs for ProjectB get assigned to Bug#35.

and so on...

Thanks,

Mike
:D
by mcraig88
26 Sep 2006, 19:51
Forum: Help
Topic: How To Convert from MySQL to MSSQL?
Replies: 5
Views: 8981

Navicat

That doesn't look open source (ie. free). The only reason I'm using MySQL is due to it's cost. We already have MSSQL 2005 in house, so adding another db is free.

Thanks for the idea though.
by mcraig88
25 Sep 2006, 21:34
Forum: General Discussion
Topic: Moving all values into DB tables
Replies: 1
Views: 3887

Moving all values into DB tables

Has there been thought or movement towards moving the configuration values into the database? It seems like having them reside in text files, and having to edit 1-3 files to do anything, is more difficult than it has to be. One of these days, I'll stop complaining and just learn PHP and get this don...
by mcraig88
25 Sep 2006, 21:31
Forum: General Discussion
Topic: Workflow: Send back to reporter for testing
Replies: 14
Views: 20059

But you didn't get the ability to reassign to Opener..

I also have been wishing for this functionality. Although I have done the same as you, I still would like to have the issue assigned to Reporter when it's resolved. Thanks for the tips Victor! I had one more requirement, that is that I must be able to assign the bug back to the reporter. I have done...
by mcraig88
25 Sep 2006, 21:24
Forum: Help
Topic: How To Convert from MySQL to MSSQL?
Replies: 5
Views: 8981

How To Convert from MySQL to MSSQL?

I've been having nothing but pain with MySQL as far as getting backup jobs to run. This has prompted me to consider switching to MSSQL which in my opinion has some administrative advantages. At any rate, does anyone have suggestions about how to convert the database into MSSQL 2000/2005 format? Than...
by mcraig88
03 Mar 2006, 21:28
Forum: Help
Topic: No 'AssignTo' field
Replies: 0
Views: 2316

No 'AssignTo' field

As an Admin user I can assign a bug to the Assigned status, but there is not 'AssignTo' field? Shouldn't there be a dropdown listbox with all Users listed? <oh..> I found it, it only displays after you have changed the status, then on the next page you select the user, then again click the 'assign t...