-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Integration - Github - Marketplace
-
None
-
1
-
Severity 3 - Minor
Issue Summary
When users create a GitHub branch via the Jira integration, the slash between Issue key and the Issue summary(or any other field selected) is replaced with a hyphen after the redirect to GitHub.
Steps to Reproduce
- Ensure that your Jira is integrated with GitHub.
- Open any work item and click on Create branch in the Development field.
- Update the Branch Name Format and include a forward slash('/') between the selected fields.
- Proceed to create the Branch.
Expected Results
The configured format is respected, and the branch is created with a name that follows the format, using forward slashes ('/').
Actual Results
Forward Slashes('/') are replaced with hyphens('-'), and the set format is not respected.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available