Skip to content

Commit

Permalink
improving index.rst docs atlassian-api#1365
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg committed Apr 12, 2024
1 parent 0a6367c commit 5596fd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,20 +187,20 @@ To authenticate to the Atlassian Cloud APIs Jira, Confluence, ServiceDesk:
jira = Jira(
url='https://your-domain.atlassian.net',
username=jira_username,
password=jira_api_token,
username=atlassian_username,
password=atlassian_api_token,
cloud=True)
confluence = Confluence(
url='https://your-domain.atlassian.net',
username=jira_username,
password=jira_api_token,
username=atlassian_username,
password=atlassian_api_token,
cloud=True)
service_desk = ServiceDesk(
url='https://your-domain.atlassian.net',
username=jira_username,
password=jira_api_token,
username=atlassian_username,
password=atlassian_api_token,
cloud=True)
And to Bitbucket Cloud:
Expand Down

0 comments on commit 5596fd5

Please sign in to comment.