mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
91e073464a
commit
61c94cb98f
1 changed files with 1 additions and 1 deletions
2
pick.py
2
pick.py
|
|
@ -71,7 +71,7 @@ while True:
|
|||
|
||||
if "custom_fields" in issue:
|
||||
for field in issue["custom_fields"]:
|
||||
if field["id"] == 12 and "value" in field and field["value"] != "0":
|
||||
if field["id"] == 12 and "value" in field and field["value"] != "Not yet backported":
|
||||
ignore_issue = True
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue