Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 100e9dd

Browse files
authored
Merge pull request #210 from gitkraken/GIT-5839-release-4-27-1-docs-main
Git 5839 release 4 27 1 docs main
2 parents 6491afd + 683801d commit 100e9dd

6 files changed

+77
-7
lines changed
30 KB
Loading[フレーム]

‎git-integration-for-jira-cloud/enable-beta-features-setting-gij-cloud.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ taxonomy:
3737

3838
<img src='/wp-content/uploads/gij-gitcloud-gencfg-enable-beta-features.png' style='margin:25px auto;max-width:100%;display:block;' />
3939

40-
This section introduces a setting to experience the next planned features granted as early access. Enabling this setting allows the use of the new beta features. This seamlessly opens the new features included in the current beta. Disable this setting to hide the new beta features.
40+
This section introduces a toggle setting to experience the next planned features granted as early access. Enabling this setting allows the use of the new beta features and show it in the General settings page. This seamlessly opens the new features included in the current beta to try out. Disable this setting to hide the new beta features.
4141

4242
<div class="bbb-callout bbb--tip">
4343
<div class="irow">

‎git-integration-for-jira-cloud/github-com-gij-cloud.md‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ Quickly learn how to connect GitHub.com git repositories via Git Integration for
6767
- [Creating pull requests](#creating-pull-requests)
6868
- [More Integration Guides](#more-integration-guides)
6969

70-
<br>
71-
<br>
70+
&nbsp;
7271
<hr>
73-
<br>
74-
<br>
72+
&nbsp;
7573

7674
<div class='embed-container embed-container--16-10'>
7775
<iframe width='709' height='443' src='https://fast.wistia.com/embed/iframe/8jtnqzp79y?videoFoam=true' frameborder='0' allowfullscreen ></iframe>

‎git-integration-for-jira-cloud/gitlab-com-gij-cloud.md‎

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Quickly learn how to connect GitLab.com git repositories via Git Integration for
4343
- [Integrate GitLab.com with Jira Cloud](#integrate-gitlabcom-with-jira-cloud)
4444
- [Permissions](#permissions)
4545
- [Creating a personal access token](#creating-a-personal-access-token)
46+
- [Automatic token rotation](#automatic-token-rotation)
4647
- [Using Git service integration](#using-git-service-integration)
4748
- [Single git repository integration](#single-git-repository-integration)
4849
- [Setting up GitLab web links](#setting-up-gitlab-web-links)
@@ -106,8 +107,18 @@ This level of access allows the user to create/delete branches and create merge
106107

107108
For more information, see [**GitLab Permissions »**](https://docs.gitlab.com/ee/user/permissions.html).
108109

110+
&nbsp;
111+
109112
### Creating a personal access token
110113

114+
There are several [Gitlab token types](https://docs.gitlab.com/ee/security/token_overview.html):
115+
116+
* [Personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html)
117+
118+
* [Project access token](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html)
119+
120+
* [Group access token](https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html)
121+
111122
<div class="bbb-callout bbb--alert">
112123
<div class="irow">
113124
<div class="ilogobox">
@@ -119,7 +130,26 @@ For more information, see [**GitLab Permissions »**](https://docs.gitlab.com/e
119130
</div>
120131
</div>
121132

122-
While instructions from GitHub works just fine, [follow this article](/git-integration-for-jira-cloud/creating-personal-access-tokens-gij-cloud) for a quick step-by-step guide to get you started.
133+
While instructions from GitLab works just fine, [follow this article](/git-integration-for-jira-cloud/creating-personal-access-tokens-gij-cloud) for a quick step-by-step guide to get you started.
134+
135+
Starting May 14, 2024, Gitlab is removing support for non-expiring personal access tokens (PATs) where all existing unlimited tokens will suddenly expire. To maintain integration connections with your GitLab repositories, create a new token and manually enter it into the corresponding field in the integration connection properties in Git Integration for Jira app (GIJ).
136+
137+
#### Automatic token rotation
138+
139+
GIJ can [automatically rotate tokens](https://docs.gitlab.com/ee/api/personal_access_tokens.html#rotate-a-personal-access-token) but we still encourage users to manually enter their tokens before or as soon as it expires.
140+
141+
The automatic rotation occurs only for the tokens used to connect Gitlab integrations. Any user PATs (used to create PRs) for Gitlab integrations aren't automatically rotated, and must be manually updated by each user themselves.
142+
143+
<div class="bbb-callout bbb--info">
144+
<div class="irow">
145+
<div class="ilogobox">
146+
<span class="logoimg"></span>
147+
</div>
148+
<div class="imsgbox">
149+
If a PAT is used to connect several Gitlab integrations – only the integration that rotates the PAT first will still work. All other integrations will fail as they don’t know the new PAT, and the old PAT has been revoked by the rotation. The Jira admin will have to generate new PATs for each failed integration and manually update them.
150+
</div>
151+
</div>
152+
</div>
123153

124154
&nbsp;
125155

‎git-integration-for-jira-cloud/jira-git-integration-development-panel-gij-cloud.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Locate the Jira Git integration development panel on the right pane of the Jira
3030

3131
<img src='/wp-content/uploads/gij-cloud-jira-git-integration-panel-refresh.png' style='margin:25px auto;max-width:100%;display:block;' />
3232

33-
Click **Refresh** to manually load the git data. This will also help avoid unnecessary git server requests that could potentially impact your rate limits.
33+
The **Refresh** action is available for manually reloading the git information on the Git Integration development panel. Use it to repopulate Git data without reloading the Jira issue page.
3434

3535
&nbsp;
3636

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
3+
title: When a GIJ license expires, it shows up as a session error to the user
4+
description:
5+
taxonomy:
6+
category: git-integration-for-jira-cloud
7+
8+
---
9+
10+
### Problem
11+
12+
I'm getting an error message that says it's a session error, `SessionTokenNotFoundException`, and I cannot proceed to use any GIJ features anymore.
13+
14+
&nbsp;
15+
16+
### Diagnosis
17+
18+
While session errors can just go away when the page is reloaded, this specific session error still remains. Jira admins will see a message similar to the one below:
19+
20+
![](/wp-content/uploads/gij-dc-cloud-session-token-not-found-error.png)
21+
22+
&nbsp;
23+
24+
### Solution
25+
26+
Session error message that persist can mean that the trial or license to GIJ had expired. GIJ can detect a license expiration before it tries to detect a valid session. When valid, GIJ will display the correct message about the current license status.
27+
28+
Once you have renewed you Git Integration for Jira app license, this error message
29+
30+
<div class="bbb-callout bbb--info">
31+
<div class="irow">
32+
<div class="ilogobox">
33+
<span class="logoimg"></span>
34+
</div>
35+
<div class="imsgbox">
36+
<b>Contact Us</b><br>
37+
If you still have a question - reach out to our <a href='https://help.gitkraken.com/git-integration-for-jira-cloud/gij-cloud-contact-support/'>Support Desk</a> or email us at <a href='mailto:gijsupport@gitkraken.com'>gijsupport@gitkraken.com</a>.
38+
</div>
39+
</div>
40+
</div>
41+
<br>
42+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /