[FEAT] Optional autoinsert of jira issue derived from branchname
See original GitHub issueIs your feature request related to a problem? Please describe
I always reference the jira issue like ABC-123 manually.
Describe the solution you’d like
It would be nice to have an option that would get the jira issue from the branchname that looks mostly like feature/ABC-123-long-description-of-issue
Describe alternatives you’ve considered
Maybe some kind of footer list like the scope list would work also so you can save a footer and insert it on every commit again.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Reference issues in your development work | Jira Software ...
Use issue keys in your development work to send information to Jira Software ... For Bitbucket Pipelines, simply include the issue key in...
Read more >"Branch type" is derived from Jira issue type, not selected ...
The "Branch type" default type is derived from the Jira issue you create the branch from. Currently, it's up to our devs to...
Read more >Linking an existing branch in Bitbucket to a Jira issue?
JIRA uses a simple technique to link issues and branches - You need to have the issue key in the branch name. When...
Read more >Is there a JIRA JQL to fetch issues with branches
Solved: Need a jira query to fetch all the issues that have branches created from the jira issue using the option "Create Branch"...
Read more >Process issues with smart commits | Jira Software Cloud
Multiple commands on a single issue. Syntax. <ISSUE_KEY> #<COMMAND_1> <optional COMMAND_1_ARGUMENTS> #<COMMAND_2> ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

here you go 😃 https://bitbucket.org/snippets/atlassian/qedp7d
Yep, automatic insertion to commit message a issue nr from branch would be perfect 😃