Skip to content

Commit

Permalink
Get overall backlog including doc bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
RazTamir committed Nov 28, 2019
1 parent 011577a commit b7b2ed8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,14 +579,10 @@ def get_overall_backlog():
"f3": "OP",
"f4": "product",
"f6": "CP",
"f7": "component",
"j3": "OR",
"o4": "equals",
"o7": "nowordssubstr",
"query_format": "advanced",
"v4": BUGZILLA_PRODUCT,
"v7": "Documentation"

}
bugs = bzapi.query(query)
bugs = filter_by_status(bugs, OPEN_BUGS_LIST)
Expand Down

0 comments on commit b7b2ed8

Please sign in to comment.