Smart Commits Transition triggered using first letter of Status

XMLWordPrintable

    • 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

      1. Application link JIRA and Bitbucket Server
      2. Enable Smart commits
      3. Create a JIRA issue ( BBS-1 )
      4. 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.

            Assignee:
            Unassigned
            Reporter:
            Adrian Stephen (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: