Associated Work Items through Commit message
As a Developer, I want to use a unique ID from the work item I am working on
when I make a GearSet commit
So the work item I am working with (like Jira) can have a comment stating it was deployed
and I don't have to manually go to a separate process to update the ticket.
Say my work items are in jira and I am working user story 100.
There is a Jira ID that is unique to that work item.
When I specify a commit
instead of going through the separate process to find the work item
I would like the commit message id to be parsed
so it can update it for me.
This also gives me more control
as I can require commit messages to ALWAYS have a work item id
and therefore I can ensure I always have tracability.