Skip to content

Commit

Permalink
forgot ,
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Jun 26, 2024
1 parent 74aa726 commit c9c6749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='
Expand Down

0 comments on commit c9c6749

Please sign in to comment.