Displaying custom fields
Moderators: Developer, Contributor
-
dapissarenko
- Posts: 12
- Joined: 13 May 2006, 17:23
Displaying custom fields
Hello!
In Mantis 1.0.7 I have created two float fields - expectedEffort and actualEffort.
I want these two fields to be displayed in my reports (View Issues).
How can I do that?
TIA
Dmitri Pissarenko
In Mantis 1.0.7 I have created two float fields - expectedEffort and actualEffort.
I want these two fields to be displayed in my reports (View Issues).
How can I do that?
TIA
Dmitri Pissarenko
You need to add them into one or more project (do it in the project manage page).
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
-
dapissarenko
- Posts: 12
- Joined: 13 May 2006, 17:23
So check in the custom field configuration, you probably forgot to select some checkbox.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
-
dapissarenko
- Posts: 12
- Joined: 13 May 2006, 17:23
Which one exactly?deboutv wrote:So check in the custom field configuration, you probably forgot to select some checkbox.
Here is the configuration as it is at the moment:
http://dapissarenko.com/resources/2007_06_15_mantis.png
TIA
Dmitri
Change Read/Write access, only administrator can see it/change it.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
-
dapissarenko
- Posts: 12
- Joined: 13 May 2006, 17:23
I changed read/write access to "viewer", but it still doesn't work.deboutv wrote:Change Read/Write access, only administrator can see it/change it.
See http://dapissarenko.com/resources/2007_ ... antis2.png
Did I misunderstand you?
TIA
Dmitri Pissarenko
I think you are referring to the View Issues table rather than the filter. If this is the case, then you will find the answer on the following Wiki page:
http://www.mantisbt.org/wiki/doku.php/m ... ssues_page
http://www.mantisbt.org/wiki/doku.php/m ... ssues_page
Migrate your MantisBT to the MantisHub Cloud
-
dapissarenko
- Posts: 12
- Joined: 13 May 2006, 17:23
Thanks for your answer!
*) Permissions Report
*) Workflow Thresholds
*) Workflow Transitions
*) Email Notifications
But I don't see the "configuration report" item.
What can I try next?
TIA
Dmitri Pissarenko
On that page, following is written:vboctor wrote:I think you are referring to the View Issues table rather than the filter. If this is the case, then you will find the answer on the following Wiki page:
http://www.mantisbt.org/wiki/doku.php/m ... ssues_page
In Mantis 1.0.7, when I go (as administrator) to "Manage" -> "Manage Configuration", I see following items:# Click “Manage” from Main Menu.
# Click “Manage Configuration” from “Manage” sub-menu.
# “Configuration Report” will be selected by default.
*) Permissions Report
*) Workflow Thresholds
*) Workflow Transitions
*) Email Notifications
But I don't see the "configuration report" item.
What can I try next?
TIA
Dmitri Pissarenko
This was added in the 1.1.0x releases. I believe that this article has a part that says that if you are using pre-1.1 releases read another article that it refers to.
Migrate your MantisBT to the MantisHub Cloud
-
dapissarenko
- Posts: 12
- Joined: 13 May 2006, 17:23
Hello again!
I upgraded to Mantis 1.1.0a3 and used information at
http://www.mantisbt.org/wiki/doku.php/m ... ssues_page
to configure custom fields display.
Now the custom fields are displayed, but incorrectly. Instead of their values, this is printed:
@expectedEffort@ @actualEffort@
How can I fix this error?
Thanks in advance
Dmitri Pissarenko
P. S.: I entered following stuff in configuration options:
array ('selection',
'edit',
'priority',
'id',
'sponsorship_total',
'bugnotes_count',
'attachment',
'category',
'severity',
'status',
'last_updated',
'expectedEffort',
'actualEffort',
'summary');
I upgraded to Mantis 1.1.0a3 and used information at
http://www.mantisbt.org/wiki/doku.php/m ... ssues_page
to configure custom fields display.
Now the custom fields are displayed, but incorrectly. Instead of their values, this is printed:
@expectedEffort@ @actualEffort@
How can I fix this error?
Thanks in advance
Dmitri Pissarenko
P. S.: I entered following stuff in configuration options:
array ('selection',
'edit',
'priority',
'id',
'sponsorship_total',
'bugnotes_count',
'attachment',
'category',
'severity',
'status',
'last_updated',
'expectedEffort',
'actualEffort',
'summary');
-
dapissarenko
- Posts: 12
- Joined: 13 May 2006, 17:23
Ignore my last question, I found a solution here:
http://www.mantisbt.org/forums/viewtopi ... ight=array
http://www.mantisbt.org/forums/viewtopi ... ight=array