Commit e00de892 authored by Nathan Black's avatar Nathan Black Committed by Evan Read

DOCS: adding troubleshooting for scope

parent 00567127
...@@ -184,6 +184,16 @@ The message `Successfully connected` indicates a successful TLS handshake. ...@@ -184,6 +184,16 @@ The message `Successfully connected` indicates a successful TLS handshake.
If there are problems, the Java TLS library generates errors that you can If there are problems, the Java TLS library generates errors that you can
look up for more detail. look up for more detail.
##### Scope error when connecting Jira via DVCS
```plaintext
The requested scope is invalid, unknown, or malformed.
```
Potential resolutions:
- Verify the URL includes `scope=api` on the end of the URL.
##### Jira error adding account and no repositories listed ##### Jira error adding account and no repositories listed
```plaintext ```plaintext
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment