Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
512a21fd
Commit
512a21fd
authored
Apr 15, 2021
by
Andy Soiron
Committed by
Amy Qualls
Apr 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Add a smart commits section to Jira DVCS
parent
99b2ae9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
doc/integration/jira/connect-app.md
doc/integration/jira/connect-app.md
+2
-0
doc/integration/jira/dvcs.md
doc/integration/jira/dvcs.md
+19
-0
No files found.
doc/integration/jira/connect-app.md
View file @
512a21fd
...
...
@@ -11,6 +11,8 @@ You can integrate GitLab.com and Jira Cloud using the
app in the Atlassian Marketplace. The user configuring GitLab for Jira must have
[
Maintainer
](
../../user/permissions.md
)
permissions in the GitLab namespace.
This integration method supports
[
smart commits
](
dvcs.md#smart-commits
)
.
This method is recommended when using GitLab.com and Jira Cloud because data is
synchronized in real-time. The DVCS connector updates data only once per hour.
If you are not using both of these environments, use the
[
Jira DVCS Connector
](
dvcs.md
)
method.
...
...
doc/integration/jira/dvcs.md
View file @
512a21fd
...
...
@@ -18,6 +18,25 @@ are accessible.
-
**Jira Cloud**
: Your instance must be accessible through the internet.
-
**Jira Server**
: Your network must allow access to your instance.
## Smart commits
When connecting GitLab with Jira with DVCS, you can process your Jira issues using
special commands, called
[
Smart Commits
](
https://support.atlassian.com/jira-software-cloud/docs/process-issues-with-smart-commits/
)
,
in your commit messages. With Smart Commits, you can:
-
Comment on issues.
-
Record time-tracking information against issues.
-
Transition issues to any status defined in the Jira project's workflow.
Commands must be in the first line of the commit message. The
[
Jira Software documentation
](
https://support.atlassian.com/jira-software-cloud/docs/process-issues-with-smart-commits/
)
contains more information about how smart commits work, and what commands are available
for your use.
For smart commits to work, the committing user on GitLab must have a corresponding
user on Jira with the same email address or username.
## Configure a GitLab application for DVCS
We recommend you create and use a
`jira`
user in GitLab, and use the account only
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment