Преглед изворни кода

removed component=core and date limit on filters

Welder Luz пре 4 година
родитељ
комит
db2f2ba5fa
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      code/fetch_jira_bugs/fetch.py

+ 0 - 2
code/fetch_jira_bugs/fetch.py

@@ -19,8 +19,6 @@ def fetch(project_issue_code, jira_project_name):
         + 'AND issuetype = Bug '\
         + 'AND status in (Resolved, Closed) '\
         + 'AND resolution = Fixed '\
-        + 'AND component = core '\
-        + 'AND created <= "2018-02-20 10:34" '\
         + 'ORDER BY created DESC'
     jql = quote(jql, safe='')