ianhomer / bugzillareports

This repository is deprecated - please use https://github.com/jnwatts/BugzillaReports
Apache License 2.0
0 stars 0 forks source link

Hardware argument needs to be supported #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
from Volker

We try to use the hardware (platform) field to filter bugs like this:

{{#bugzilla:
|component=XY
|hardware=windows
|severity=!P3
|status=NEW
}}

But we get a warning:
Warnings were generated during the execution of function

1. Setting parameter hardware is not supported

Do we use the wrong fieldname? We tried also:
“platform” and “rep_platform” (this is how bugzilla calls the field 
when i
look at the field value page: “Select value for the ‘rep_platform’ 
field”)
but it didn’t work.

Is this field not supported yet?

We use bugzilla 3.0

Otherwise, thanks for the great tool :) 

Original issue reported on code.google.com by ian.homer@gmail.com on 8 May 2009 at 2:21

GoogleCodeExporter commented 8 years ago

Original comment by ian.homer@gmail.com on 8 May 2009 at 2:24

GoogleCodeExporter commented 8 years ago
Hi Ian,

I tried to make a "quick hack" for me. 
It seems to work for me.

Maybe you can take over some work...

Original comment by lutz.vol...@googlemail.com on 15 May 2009 at 9:51

Attachments:

GoogleCodeExporter commented 8 years ago
Added support for hardware and os

{{#bugzilla:
|lastcomment=1
|columns=+hardware,os,created
|created=-1m
|debug=1
}}

{{#bugzilla:
|lastcomment=1
|columns=+hardware,os,created
|os=Linux
|debug=1
}}

{{#bugzilla:
|lastcomment=1
|columns=+hardware,os,created
|hardware=Macintosh
|debug=1
}}

Original comment by ian.homer@gmail.com on 10 Jun 2009 at 8:06

GoogleCodeExporter commented 8 years ago

Original comment by ian.homer@gmail.com on 10 Jun 2009 at 9:13

GoogleCodeExporter commented 8 years ago
AOK - verified on bemoko install

Original comment by ian.homer@gmail.com on 10 Jun 2009 at 10:02