You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2023/03/21 04:52:45 UTC

[incubator-devlake-website] branch main updated: update jira server v7.x auth info (#470)

This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new bdebddf3d3 update jira server v7.x auth info (#470)
bdebddf3d3 is described below

commit bdebddf3d32d665343c00d3108ebad02b11c3485
Author: Nicholas Zheng <yi...@merico.dev>
AuthorDate: Tue Mar 21 12:52:40 2023 +0800

    update jira server v7.x auth info (#470)
---
 docs/Configuration/Jira.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Configuration/Jira.md b/docs/Configuration/Jira.md
index f0d4732747..56655e7e5c 100644
--- a/docs/Configuration/Jira.md
+++ b/docs/Configuration/Jira.md
@@ -15,7 +15,7 @@ Name your connection.
 #### Endpoint URL
 This should be a valid REST API endpoint
    - If you are using Jira Cloud, the endpoint will be `https://<mydomain>.atlassian.net/rest/`
-   - If you are self-hosting Jira v8+, the endpoint will look like `https://jira.<mydomain>.com/rest/`
+   - If you are self-hosting Jira v7+ or v8+, the endpoint may look like `https://jira.<mydomain>.com/rest/`
 The endpoint url should end with `/`.
 
 #### Username / Email
@@ -23,7 +23,7 @@ Input the username or email of your Jira account.
 
 #### Password
 - If you are using Jira Cloud, please input the [Jira personal access token](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html).
-- If you are using Jira Server v8+, please input the password of your Jira account.
+- If you are using Jira Server v7+ or v8+, please input the password of your Jira account.
 
 #### Proxy URL (Optional)
 If you are behind a corporate firewall or VPN you may need to utilize a proxy server. Enter a valid proxy server address on your network, e.g. `http://your-proxy-server.com:1080`