Hi Community!
So, this question has been raised from my own and my reviewers lack of attention. Our bitbucket is connected with Jira and Jtmf, so I, as a tester, create branch for my test cases from Jtmf story. When making pull request we are accepted to include something like this: “Bla bla bla for US XXX” where US stands for User Story and XXX the number part of Jira ticket ID.
As a mistake, I included the whole Jira ticket ID instead of only the number part, so now that commit(not the pull request itself) is associated with Jira issue and it is causing a problem when that story is marked “Done” in Jira. Pull request was approved and merged, branch deleted and my team and me are stuck with “Unreviewed Code” warning on the release board.
Any suggestions on possible fix?
P.S. There were around 6 other merges after my merge
Thank you all in advance!
I was able to get rid of Unreviewed code issue by making a repository on Jira issue which had merge commit connected, but no pull request. Then make a pull request and merge code. This fixed the issue my team was facing.
Thank you for sharing your solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vladislav ,
welcome to the Atlassian community!
Did u try to amend the commit message? https://stackoverflow.com/questions/14381044/how-do-i-change-a-git-commit-message-in-bitbucket
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fabio!
Thank you for your response. No, we haven’t tried amending, as that pull request is not the most recent. Do you know if the Jira issue will be unlinked if the commit message will be changed?
It’s just the only other way is to rebase(which we are strongly discouraged to do).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I few years ago I tested this and I wasn’t able to get rid of the link once it was created. Hopefully it is possible now, please let me know, if you try it. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I wasn’t able to solve it :-(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.