mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
clean up
This commit is contained in:
parent
b4d29ba3a0
commit
127681d2e1
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class JiraConnector:
|
|||
fields.append("comment")
|
||||
|
||||
params = {
|
||||
"jql": "", # TODO : Add a JQL query to filter from a date range
|
||||
# "jql": "", TODO : Add a JQL query to filter from a date range
|
||||
"fields": ",".join(fields),
|
||||
"maxResults": 100,
|
||||
"startAt": 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue