Pushing two commits at once with time tracking breaks dev panel

XMLWordPrintable

    • 7.12
    • 4
    • Severity 3 - Minor
    • 0

      When using a linked repository from Bitbucket, if you commit 2 files with time tracking, only one will be tracked in the dev panel. The worklog tab will remain unaffected

      Steps to reproduce

      1. Have a linked Bitbucket and Jira Software instance
      2. Create a project called Jira and an issue JIRA-1 
      3. In the local Bitbucket repository touch file1.txt
      4. git add . 
      5. git commit -m "JIRA-1 #time 5m"
      6. touch file2.txt
      7. git add .
      8. git commit -m "JIRA-1 #time 10m"
      9. git push

      Expected Results

      15 minutes show up on the dev panel Work Logged.

      Actual Results

      5 or 10 minutes show up on the dev panel Work Logged. The Work log tab where the comments reside will show both commits coming in with the 5 and 10 minutes logged separately.

       

      Workaround

      No known workaround.

       

            Assignee:
            Unassigned
            Reporter:
            Aaron
            Votes:
            7 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated: