Say I have an issue, "As a Jira & Stash user, I want to be able to update Jira issues with time spent when committing changes using git." This is issue SAU-34 as part of the Sunshine and Unicorns project.
If I perform some work and have a git repository with changes staged for a commit, I might commit with this message:
git commit -m "Recognising limited 'work spent' formats in git commits as part of SAU-34."
At present, the linkage is in place between the Jira issue SAU-34 (through the Source messages at the bottom of the issue details page) and Stash (though the automatic link generated on recognition of SAU-34 as an issue identifier).
Is there a possibility to enhance this linkage such that a commit of the form:
git commit -m "Recognising limited 'work spent' formats in git commits as part of SAU-34. Effort: 3h 25m."
Would not only provide linkage between Stash and Jira, but would also update Jira issue SAU-34 with 3:25 of effort, by default reducing the remaining estimate by the same amount of time?
I've tried searching through these answer/questions for terms such as work, effort, jira, stash, but either the issue hasn't been raised before or my Atlassian-Question-Fu is weak.