We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce481f6 commit a6cc052Copy full SHA for a6cc052
src/jbi/services.py
@@ -16,6 +16,7 @@ def get_jira():
16
url=settings.jira_base_url,
17
username=settings.jira_username,
18
password=settings.jira_api_key, # package calls this param 'password' but actually expects an api key
19
+ cloud=True, # we run against an instance of Jira cloud
20
)
21
22
0 commit comments