Hi,
I've hacked around with the Mylar code and was able to figure out how to
query bugzilla as if I was using the query.cgi page but have been unable
to get anywhere in terms of getting information about one single bug.
I know I can iterate over my query's QueryHitCollector and get each
individual AbstractQueryHit and call public get methods from it, but what
I want is the functionality to just pass in a bug # and be able to get a
returned AbstractRepositoryTask.
What is the shortest (and crudest?) method possible to achieve this with
the minimal lines of code? As you can tell, I am already using the
internal Bugzilla classes, so I wouldn't mind making other internal API
calls if necessary.
Thank you,
Regards,
Remy