-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.8.0
-
Component/s: Pull Requests
-
1
-
Severity 3 - Minor
-
3
Issue Summary
This is reproducible on Data Center: yes
Steps to Reproduce
- Link Bitbucket to Jira Cloud
- Create a project named ABC1 in Jira
- Create a couple of issues under the ABC1 project
- Open one of the Jira issues and create a pull request from there. The source branch should have at least two commits so that the pull request title is based on the branch name
- Now notice that the pull request title does not retain the dash in the issue key. Example: ABC1-1234 becomes "ABC1 1234" in the title
Expected Results
If the source branch name is feature/ABC1-1234, the suggested PR title should be Feature/ABC1-1234
Actual Results
The suggested PR title was Feature/ABC1 1234
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...