Skip to content

Commit 229ef95

Browse files
Merge branch 'main' of github.com:NHSDigital/bcss-playwright into feature/BCSS-21310-selenium-to-playwright-fobtregressiontests-scenario-7
2 parents 248be0e + 52ecc12 commit 229ef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/jira_confluence_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def determine_jira_reference_local(self) -> str:
158158
if branch.startswith("feature/"):
159159
match = re.search(r"feature\/([A-Za-z0-9]+-\d+)", branch)
160160
if match:
161-
branch = f"{self.jira_project_key}-{match.group(1)}"
161+
branch = f"{match.group(1)}"
162162

163163
if not self.is_valid_jira_reference(branch):
164164
return ""

0 commit comments

Comments
 (0)