I want to populate the branch name in git automatically.
1.if branch type is release then the branch name should be in the form of (release version+issue key+summary).
2. For Feature branch type, branch name should be in the form of (Issue Key+summary)
where should I customize the branch name in JIRA?
Hi @haseena banu , I've also wanted a way to create a custom template for git branch names that support substituting, for example, the issue key and summary in a template like `IssueKey/summary`.
I created a Jira Cloud app that allows you to copy a customized template of text by clicking a button that appears on the issue view. For example, you can create a custom button allows you copy a branch name to your clipboard that follows a template like`IssueKey/summary`:
Clicking the above button would copy text like `proj-1/fix-bug-in-app` to your clipboard. You can include issue data like the issue key, issue summary, issue assignee, current user, etc. and define a custom template to control exactly how the text is copied.
The app is called Copy Issue Link and you can find it here: https://marketplace.atlassian.com/1225783
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.