We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ff1c5 commit fa5ce35Copy full SHA for fa5ce35
README.rst
@@ -219,7 +219,12 @@ Using OAuth to transmit work logs to Jira ticket system
219
- Enter your private key you created above into OAuth consumer secret field
220
(``jira_privatekey.pcks8``).
221
Must begin with ``-----BEGIN PRIVATE KEY-----`` (not ``BEGIN RSA``!).
222
-
+ - **JIRA API version**: Select the appropriate API version:
223
+
224
+ - **2** for Jira Server/Data Center/On-Prem 9.x (default)
225
+ - **3** for Jira Cloud
226
227
+ See ``doc/JIRA_API_VERSION_MIGRATION.md`` for details.
228
#. Assign this ticket system to at least one project
229
230
#. Start time tracking to this project
0 commit comments