-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix JIRA not working when a trailing slash is included
Leaving a trailing slash in the context option causes the jira-ruby gem to add an extra slash in HTTP requests to the URL, preventing JIRA from working properly. Closes #42494
Showing
- app/models/project_services/jira_service.rb 1 addition, 1 deletionapp/models/project_services/jira_service.rb
- changelogs/unreleased/sh-fix-jira-trailing-slash.yml 5 additions, 0 deletionschangelogs/unreleased/sh-fix-jira-trailing-slash.yml
- spec/models/project_services/jira_service_spec.rb 23 additions, 0 deletionsspec/models/project_services/jira_service_spec.rb
Please register or sign in to comment