Skip to content
代码片段 群组 项目
未验证 提交 f93e68ee 编辑于 作者: Anton Smith's avatar Anton Smith 提交者: GitLab
浏览文件

Jira app - mention connect-install-keys can prevent manual install

上级 08bfc613
No related branches found
No related tags found
无相关合并请求
......@@ -56,6 +56,15 @@ To resolve this issue, disable the **Jira Connect Proxy URL** setting.
1. Clear the **Jira Connect Proxy URL** text box.
1. Select **Save changes**.
If the issue persists, verify that your self-managed GitLab instance can connect to
`connect-install-keys.atlassian.com` to get the public key from Atlassian.
To test connectivity, run the following command:
```shell
# A `404` status code is expected because you're not passing a token
curl --head "https://connect-install-keys.atlassian.com"
```
## Data sync fails with `Invalid JWT`
If the GitLab for Jira Cloud app continuously fails to sync data, it may be due to an outdated secret token. Atlassian can send new secret tokens that must be processed and stored by GitLab.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册