mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Raise JQL limit from default 50 to 1000
This commit is contained in:
parent
c66b09effe
commit
ccf9cbd2c8
@ -183,6 +183,8 @@ class JiraJQL(BaseQueryRunner):
|
||||
if query_type == 'count':
|
||||
query['maxResults'] = 1
|
||||
query['fields'] = ''
|
||||
else:
|
||||
query['maxResults'] = 1000
|
||||
|
||||
response = requests.get(jql_url, params=query, auth=(self.configuration.get('username'), self.configuration.get('password')))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user