Skip to content

Fix JIRA not working when a trailing slash is included

Stan Hu requested to merge sh-fix-jira-trailing-slash into master

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 (closed)

Merge request reports