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
The feature allow the user to have his commit summary message prefixed with the branch name.
eg; QA-1234 is a ticket number that is usually used to create the branch, feature/QA-1234
Jira will also count the commits for each tickets providing they also have the reference to the ticket.
feature/QA-1234 - My commit message
By prefixing the summary with the branch name we automate the process.
Proposed solution
This will help the users to keep track of their commit count on jira.
Additional context
There is a PR where I have started the implementation but there is something that is not right.
I'm expecting these settings to be applied on a per repository basis.
In order to have the prefix populated when i first open the app, i must switch repository or use crtl-alt-r
Screencast.from.2024-08-14.10.31.33.PM.webm
The text was updated successfully, but these errors were encountered:
The feature request
The feature allow the user to have his commit summary message prefixed with the branch name.
eg; QA-1234 is a ticket number that is usually used to create the branch, feature/QA-1234
Jira will also count the commits for each tickets providing they also have the reference to the ticket.
feature/QA-1234 - My commit message
By prefixing the summary with the branch name we automate the process.
Proposed solution
This will help the users to keep track of their commit count on jira.
Additional context
There is a PR where I have started the implementation but there is something that is not right.
I'm expecting these settings to be applied on a per repository basis.
In order to have the prefix populated when i first open the app, i must switch repository or use crtl-alt-r
Screencast.from.2024-08-14.10.31.33.PM.webm
The text was updated successfully, but these errors were encountered: