I have gotten GitLab to integrate with Jira so that every commit has a Jira issue name in the commit notes. The comments are updated as seen in this photo:
In this case, my commit said “Update README.md GTP-1”. Instead of putting the JIRA task GTP-1 in the commit notes, I want to name a branch “GTP-1 add feature” and every time I commit to that branch Jira should update with a note in the same way.
Is there a way to configure this?