Skip to content

Commit a6cc052

Browse files
committed
We must mark our Jira instance as a cloud instance or some API calls do not work correctly.
1 parent ce481f6 commit a6cc052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jbi/services.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def get_jira():
1616
url=settings.jira_base_url,
1717
username=settings.jira_username,
1818
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
1920
)
2021

2122

0 commit comments

Comments
 (0)