I assume "Test-Cycle" is one of your custom fields?
I can quite believe that it's not possible to use custom fields as
report axes. I seem to remember having to limit it to a defined set when
I wrote the code. You'll need to make code changes to add new fields.
Gerv
I assume "Test-Cycle" is one of your custom fields? I can quite believe that it's not possible to use custom fields as report axes. I seem to remember having to limit it to a defined set when I wrote the code. You'll need to make code changes to add new fields. Gerv Hi Gerv, Thanks for helping me with this. I have a few clarification - Test Cycle is not one of the Custom field we added. It was provided as default in Bugzilla. Could you please help with which code I need to modify in oder to add Test Cycle in the bug graph ? Thanks in advance, Lin Ramachandran
No version of Bugzilla has a "Test Cycle" field. Someone has customised
something, and you need to find out what :-)
Gerv
Raghu----
I am using bugzilla-3.0.5 and i dont have any field related to Test-
Cycle.
As an administrator of bugzilla at my company, i have added "Testing
Phase" as a custom field. I am able to search it from Advanced Search
page as follows:
(1) Login to bugzilla
(2) Click on search tab
(3) Click on Advanced Search tab
(4) Select the required search criteria and scroll down
(5) There will be a section as "Advanced Searching Using Boolean
Charts: "
(6) I selected testing phase from the first combo box and "is equal
to" in the second combo box
(7) In the third text box i have entered SIT.
After clicking on the search button, i am able to view the search
results as per my defined criteria.
Let me know if you need any further assistance regarding the same.