Hello.
I have a Jira board we use for our product.
From this I can create branches from the issues without problem.
But when I commit with a tag, say:
git commit -m "PRJ-321 Fix unresponsive calculation." && git push
I do get the commit in Bitbucket as planned. But the tag does not appear in the Jira issue PRJ-321. A side note is that I am of course working in a feature branch for this fix called "PRJ-321-unresponsive-calculation".
We need it for traceability and I do not have time to manually copy in all links required for each commit to each issue.
What have I missed to do in my setup?
I somehow linked the Jira issues to Bitbucket a few weeks ago from a setting in Jira.
I guess I need to do something similar from Bitbucket. Webhooks?
I just want it to work so I can work with development. I am a solo senior dev on a startup here.
Thanks for anything!