mirror of https://github.com/Icinga/icinga2.git
parent
91e073464a
commit
61c94cb98f
2
pick.py
2
pick.py
|
@ -71,7 +71,7 @@ while True:
|
||||||
|
|
||||||
if "custom_fields" in issue:
|
if "custom_fields" in issue:
|
||||||
for field in issue["custom_fields"]:
|
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
|
ignore_issue = True
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue