From c9c67490a8eb1520d4ee6afc45a2c77932367b52 Mon Sep 17 00:00:00 2001 From: isabelrios Date: Wed, 26 Jun 2024 15:53:40 +0200 Subject: [PATCH] forgot , --- jira.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira.py b/jira.py index 03409c2..422b99e 100644 --- a/jira.py +++ b/jira.py @@ -10,7 +10,7 @@ STORY_POINTS = "customfield_10037" FIREFOX_RELEASE_TRAIN = "customfield_10155" ENGINEERING_TEAM = "customfield_10134" -DEFAULT_COLUMNS = "id,key,status,created,summary,labels" +DEFAULT_COLUMNS = "id,key,status,created,summary,labels," MAX_RESULT = "maxResults=100" JQL_QUERY = 'jql=filter='