You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about the use cases or problems this request will address
Using git notes to add jira ids to a commit after the commit has been made
What's your role in the team?
I am a software engineer
What's size of your team and the company? (This will help us triage requests)
I am in a team of 6, in a company with around 25 employees
Describe the solution you'd like
When attaching a git note via git notes add -m "feat: JI-1234" <commit-sha>, jira should pick up the jira ID and link the commit to it.
Describe alternatives you've considered
Using a different jira-git integration.
Manually attaching jira ids to git commits (is this even possible)?
The text was updated successfully, but these errors were encountered:
Tell us about the use cases or problems this request will address
Using
git notes
to add jira ids to a commit after the commit has been madeWhat's your role in the team?
I am a software engineer
What's size of your team and the company? (This will help us triage requests)
I am in a team of 6, in a company with around 25 employees
Describe the solution you'd like
When attaching a git note via
git notes add -m "feat: JI-1234" <commit-sha>
, jira should pick up the jira ID and link the commit to it.Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: