-
Notifications
You must be signed in to change notification settings - Fork 7
Initial Draft of End User guide #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+89
−0
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
87 changes: 87 additions & 0 deletions
git-integration-for-jira-cloud/End-User-Guide-cloud.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
--- | ||
|
||
title: End User Guide - GIJ Cloud | ||
description: | ||
taxonomy: | ||
category: git-integration-for-jira-cloud | ||
|
||
--- | ||
## Introduction to GIJ | ||
Thank you for using Git Integration for Jira! First, let’s go over how information will be displayed in Jira through our application. | ||
|
||
## Jira Issue View | ||
|
||
GIJ will display commits, branches, and pull/merge requests associated with a specific Jira issue. The Jira issue key must be included in the commit message, the branch name, and the pull/merge request title in order for GIJ to link the item to the respective Jira issue. | ||
|
||
 | ||
Breakdown of information provided by GIJ in Jira issues: | ||
### Git Commits Tab | ||
1. Git Commits tab in the activity stream, broken down by repository | ||
2. Individual Commit, noted by Developer that made the commit | ||
3. Commit message | ||
4. Commit line change summary by file | ||
5. Link to view Code diff in Jira | ||
### Git Integration Panel | ||
6. Commit Count | ||
7. Option to Create a branch directly from a Jira Issue. Associated Branches with change comparison count to main repository branch | ||
8. Option to Create a Pull/Merge request directly from a Jira Issue. Associated Pull/Merge Requests with status | ||
|
||
Additionally, the [Git Rollup tab](https://help.gitkraken.com/git-integration-for-jira-cloud/git-roll-up-tab-gij-cloud/) allows you to see a summary of the files, lines and the developers who have made the changes associated with the Jira issue. | ||
 | ||
|
||
## Linking Behavior | ||
|
||
GIJ uses the Jira issue key to determine whether or not a repository activity (Commits, Branches, Pull/Merge Requests) is linked to any Jira items. In order for the linking to occur, you need to include the Jira issue key in the commit message, the branch name, and the pull request title. It does not need to be in any specific part of the message or name as long as it is included. Please see: [Linking Git Commits to Jira Issues](https://help.gitkraken.com/git-integration-for-jira-cloud/linking-git-commits-to-jira-issues-gij-cloud/) for more details. | ||
|
||
 | ||
|
||
 | ||
|
||
 | ||
|
||
## Creating Branches | ||
You can [create branches](https://help.gitkraken.com/git-integration-for-jira-cloud/create-branch-gij-cloud/) directly from a Jira issue using GIJ. To do this, first open and load the ‘Git Integration’ panel from the right hand side of the Jira issue, then click the ‘Create branch’ option. | ||
|
||
 | ||
|
||
Select the desired repository to create the branch in, the source branch, and the branch name. Make sure that the Jira issue key is included in the branch name. | ||
|
||
 | ||
|
||
You will see a pop up after the branch is created, and you will be able to link our directly to the newly created branch. | ||
|
||
## Creating Pull/Merge Requests | ||
You can [create Pull/Merge Requests](https://help.gitkraken.com/git-integration-for-jira-cloud/create-pull-or-merge-request-gij-cloud/) directly from Jira using GIJ as well. To do this, first open and load the ‘Git Integration’ panel from the right hand side of the Jira issue, then click the ‘Create Pull Request/Merge Request’. | ||
|
||
 | ||
Select the repository, Source and Target branches, and make sure that the title of the pull request contains the Jira issue key, and click the ‘Create pull/merge request’ button. | ||
|
||
 | ||
You will see a pop up after the branch is created, and you will be able to link our directly to the newly created branch. | ||
|
||
## GIJ User Settings | ||
GIJ let’s you manage your Connected Apps, Default Repository, Branch, and Personal Access Tokens through the [GIJ User settings](https://help.gitkraken.com/git-integration-for-jira-cloud/user-settings-gij-cloud/) page. | ||
|
||
To navigate to this page, click your Jira profile picture icon, then select ‘Git Integration: User Settings’. | ||
 | ||
### Connected Apps | ||
You can enabled/disable the visbility of the the Gitkraken and Gitlens icons in Jira issues which allow you to open specific Git items in the respective application directly from the issue. | ||
|
||
 | ||
|
||
 | ||
|
||
### Default Repository | ||
You can set a default repository on a per project basis. | ||
|
||
 | ||
|
||
### Default Branch | ||
You can set a default branch for a specific repository, set up dependent on the Jira Project. | ||
|
||
 | ||
|
||
### Personal Access Tokens | ||
You can manage the Personal access tokens that will be used to authenticate your requests to create Branches and Pull Requests directly from Jira. You will need to provide a token for each integration. You can both provide the Personal Access Token and click the link to create a new token, which will take you directly to the token creation page for the given Git service. Please see [Creating Personal Access Tokens](https://help.gitkraken.com/git-integration-for-jira-cloud/creating-personal-access-tokens-gij-cloud/) for detailed instructions for creating your PAT. | ||
|
||
 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.