File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Or reuse cookie file:
161
161
cookies = cookie_dict)
162
162
163
163
Or using Personal Access Token
164
- Note: this method is valid for Jira Data center / server editions only! For Jira cloud, see below.
164
+ Note: this method is valid for Jira and Confluence (<7.9) Data center / server editions only! For Jira cloud, see below.
165
165
166
166
First, create your access token (check https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html for details)
167
167
Then, just provide the token to the constructor:
@@ -173,6 +173,11 @@ Then, just provide the token to the constructor:
173
173
token = jira_access_token
174
174
)
175
175
176
+ confluence = Confluence(
177
+ url = ' https://your-confluence-instance.company.com' ,
178
+ token = confluence_access_token
179
+ )
180
+
176
181
To authenticate to the Atlassian Cloud APIs Jira, Confluence, ServiceDesk:
177
182
178
183
.. code-block :: python
You can’t perform that action at this time.
0 commit comments