You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/git/smart_commit.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ title: Smart Commit
4
4
sidebar_label: Smart Commit
5
5
---
6
6
7
-
Smart commits allows a team to perform actions on Jira issues from a single commit. Users can enter the issue key and the desired action such as time tracking or closing an issue.
7
+
Smart commits allows a team to perform actions on JIRA issues from a single commit. Users can enter the issue key and the desired action such as time tracking or closing an issue.
8
8
9
9
#### Some of the mostly used smart commands:
10
10
11
-
*`#comment`: Adds a comment to a Jira issue. `ISSUE_KEY #comment <your comment text>`
12
-
*`#time` : Records time tracking information against a Jira issue.
13
-
*`#<transition-name>` : Moves the Jira issue to a particular workflow state.
11
+
*`#comment`: Adds a comment to a JIRA issue. `ISSUE_KEY #comment <your comment text>`
12
+
*`#time` : Records time tracking information against a JIRA issue.
13
+
*`#<transition-name>` : Moves the JIRA issue to a particular workflow state.
0 commit comments