-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.1.4
-
Component/s: Application Links
-
7.01
-
2
-
Severity 3 - Minor
-
1
Summary
When executing a smart commit for transition as per Using Smart Commits in Bitbucket Server, the transition will be triggered even if only the first letter of the status if used in the commit for example :
JRA-090 #c Fixed this today
instead of
JRA-090 #close Fixed this today
Environment
- JIRA 7.1.4
- Bitbucket Server 4.3.2
Steps to Reproduce
- Application link JIRA and Bitbucket Server
- Enable Smart commits
- Create a JIRA issue ( BBS-1 )
- Send a smart commit for Transition but only use the first letter of the status as per :
git commit -m "BBS-1 #d"
Expected Results
The issue should not transition as #d is not #done
Actual Results
The issue is transitions to the Done status.
- is related to
-
JSWSERVER-16480 Smart Commits may unexpectedly execute transition
- Gathering Interest