Different values for custom fields in mutliple projects?
Posted: 21 Apr 2005, 19:18
Hi, I have a question about custom fields!
I'm using Mantis 1.0.0a1 (and loving it by the way).
Here's my problem, though.
I have a custom enumeration field called "Level Name." I want to use that field in multiple projects, but the catch is that for each project, I need there to be different values (each project will have a different list of levels).
So I thought I'd just make seperate custom fields and add one to each project seperatley, but the problem is, I want to include a "Levels" column on the View All Issues page.
So if I was to add the each "custom_levels" to the "custom_function_default_get_columns_to_view" function in custom_function_api.php, each level name column from all the other projects will show up when viewing all issues for one project in particular.
So my question is, is there a way to make the values of one custom field different for every project... like the way categories are?
Thanks a ton, and keep up the great work!
I'm using Mantis 1.0.0a1 (and loving it by the way).
Here's my problem, though.
I have a custom enumeration field called "Level Name." I want to use that field in multiple projects, but the catch is that for each project, I need there to be different values (each project will have a different list of levels).
So I thought I'd just make seperate custom fields and add one to each project seperatley, but the problem is, I want to include a "Levels" column on the View All Issues page.
So if I was to add the each "custom_levels" to the "custom_function_default_get_columns_to_view" function in custom_function_api.php, each level name column from all the other projects will show up when viewing all issues for one project in particular.
So my question is, is there a way to make the values of one custom field different for every project... like the way categories are?
Thanks a ton, and keep up the great work!