diff --git a/docs/connectors/taps/jira.rst b/docs/connectors/taps/jira.rst index 70006ff09..f382e228f 100644 --- a/docs/connectors/taps/jira.rst +++ b/docs/connectors/taps/jira.rst @@ -35,6 +35,8 @@ Example YAML for ``tap-jira``: # Method 1: Base authentication base_url: "https://.atlassian.net" # the URL where your Jira installation can be found username: "" + # For basic authentication the password is a token you can create as described here: + # https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/#Create-an-API-token password: "" # Plain string or vault encrypted # Method 2: OAuth authentication