•  
      request #38253 Avoid multiple `/` at the end of user provided JIRA server URL
    Infos
    #38253
    Thomas Gerbet (tgerbet)
    2024-05-23 16:06
    2024-05-22 17:56
    39857
    Details
    Avoid multiple `/` at the end of user provided JIRA server URL

    Users trying to import information from JIRA needs to provide the URL of the JIRA server. If they provide something like https://jira.example.com/ Tuleap will try to make calls to https://jira.example.com//exampleEndpoint which might not work. We should trim the / from the provided JIRA server URL.

    Jira import
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2024-05-23
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2024-05-22 18:12
    • Summary
      -Avoid multiple `/` at the end of user provider JIRA server URL 
      +Avoid multiple `/` at the end of user provided JIRA server URL