From 40be6dc2abfda21a1c2369180838758d75a6b321 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Oct 23 2017 20:33:36 +0000 Subject: Seems that this needs to be status instead of state. --- diff --git a/ansible/files/sync2jira.py b/ansible/files/sync2jira.py index 665ebf2..41ac239 100644 --- a/ansible/files/sync2jira.py +++ b/ansible/files/sync2jira.py @@ -30,10 +30,10 @@ config = { 'filters': { 'pagure': { # Atomic Host repos - 'atomic-wg': { 'state': 'Open', 'tags': ['jira',], }, + 'atomic-wg': { 'status': 'Open', 'tags': ['jira',], }, # A subset of the fedora-infra issues should go to FACTORY. 'fedora-infrastructure': { - 'state': 'Open', + 'status': 'Open', 'tags': [ 'mbs', 'waiverdb',