aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/status/templates/local_settings.tmpl.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/status/templates/local_settings.tmpl.py')
-rw-r--r--ansible/roles/status/templates/local_settings.tmpl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/status/templates/local_settings.tmpl.py b/ansible/roles/status/templates/local_settings.tmpl.py
index 50ea4d6..0256985 100644
--- a/ansible/roles/status/templates/local_settings.tmpl.py
+++ b/ansible/roles/status/templates/local_settings.tmpl.py
@@ -16,7 +16,7 @@ JIRA_PASSWORD = '{{ jira_password }}'
JIRA_PROJECT = 'Linaro Roadmap'
JIRA_STATUSES = ['Closed', 'Resolved', 'In Progress', 'Open', 'Reopened']
-JIRA_INVALID_RESOLUTIONS = ['Incomplete', 'Deferred', 'Cancelled']
+JIRA_INVALID_RESOLUTIONS = ['Incomplete', 'Deferred', 'Cancelled', 'Duplicate']
SFID = {{ jira_sfid }}
DATABASES = {