In HP-ALM, how do I find all open defects of "project=conversion"? -


I have to find

all open (i.e., not (off, fixed, pending test migration)) Project defect = conversion

any suggestions? I realize that HP ALM is very "niche"

if you want to use it HP ALM GUI If you want to use it in the HP ALM OTA API: Set Bugfactory = tdConnection.BugFactory = Bugfilter = Bugfactor.filter bugfilter.filter ("BG_STATUS"). = "Open" bugfilter.filters ("BG_PROJECT") = "conversion" set bug = bugfilterNew list

HP ALM OTA API Reference (BugFactory Objects) And TDFilter) view. (BG_STATUS and BG_PROJECT) also refer to the AP ALM database reference to get the correct value for filtering.


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

rest - Basic cxfrs RESTful JAX-RS Service -

ajax - Decimal('12000') is not JSON serializable -