Skip to content

Commit

Permalink
Fixes #3766. (#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse authored and jezdez committed Sep 27, 2019
1 parent 780fbce commit cb14459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/jql.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class JiraJQL(BaseHTTPQueryRunner):
requires_authentication = True
url_title = 'JIRA URL'
username_title = 'Username'
password_title = 'Password'
password_title = 'API Token'

@classmethod
def name(cls):
Expand Down

0 comments on commit cb14459

Please sign in to comment.