Skip to content

Commit 4157982

Browse files
authored
improving index.rst docs - jira_cloud username/password naming (#1370)
* fixing minor issue in scrap_regex_from_issue method --------- Co-authored-by: gkowalc <> Co-authored-by: Greg <gkowalc>
1 parent 413524b commit 4157982

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,20 +187,20 @@ To authenticate to the Atlassian Cloud APIs Jira, Confluence, ServiceDesk:
187187
188188
jira = Jira(
189189
url='https://your-domain.atlassian.net',
190-
username=jira_username,
191-
password=jira_api_token,
190+
username=atlassian_username,
191+
password=atlassian_api_token,
192192
cloud=True)
193193
194194
confluence = Confluence(
195195
url='https://your-domain.atlassian.net',
196-
username=jira_username,
197-
password=jira_api_token,
196+
username=atlassian_username,
197+
password=atlassian_api_token,
198198
cloud=True)
199199
200200
service_desk = ServiceDesk(
201201
url='https://your-domain.atlassian.net',
202-
username=jira_username,
203-
password=jira_api_token,
202+
username=atlassian_username,
203+
password=atlassian_api_token,
204204
cloud=True)
205205
206206
And to Bitbucket Cloud:

0 commit comments

Comments
 (0)