Are we obligated to create branch with the issue key and then commit with the issue key? Or can we just commit with the issue key assuming that branches have already been created?.
I'm aware I can easily experiment with this doubt I have but I'd rather hear from people who already have experience with this software.
Hi @Jaime Arturo welcome to the community. You should always create a feature branch for your issue, unless of course you already have a working branch for that issue. The point of putting the jira id into the commit is that build/deployment tools read the commit change log from git and pick the issue keys from that and not the branch not the pull request the commit. There's no enforcement (unless it's internal to your organization) that you must commit on a specific branch, you can commit anywhere you have permission to with your Jira ID in the commit and the system will pick it up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.