Hello all!
We have a setup where we integrate Jira with Gitlab as our SCM.
We have decided not to use the full "Jira Gitlab integration"-plugin.
A user has requested that based on issuetype in Jira, a specific prefix can be put on the branch, when creating a new branch on the remote, from the development panel in Jira.
ie. Story -> feature/***
bug -> bugfix/***
etc.
In addition to this, you would be able to select the repository as well.
I've tried Jira Automation, but I am unable to select the repository, without creating a large number of rules (atleast 1 per repository).
I've have also not found any plugins/apps that could assist with this.
Ideally, this could be solved entirely between the two platforms, without having to go to the git terminal.
Any ideas of how to solve this?