Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-42579

WebHook convert the space character %20 into %2520 thus failing the call.

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.

      Actual Results:

      Looking into the application log we can see %20 character (space) was converted to %2520 hence failing the call.

      [atlassian.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Client error - when posting to web hook at 'http://sample.com/executions?argString=-sshPassword1%2520password&user_id=admin&user_key=admin'
      

      Expected Results:

      JIRA should calls the exact URL that has been used to created the WebHook like the one below.

      http://sample.com/executions?argString=-sshPassword1%20password&user_id=admin&user_key=admin'
      

      Steps to reproduce:

      1. Create a new WebHook using the test URL: http://sample.com/executions?argString=-sshPassword1%20password

      Workaround:

      • Replace the character "%2F" with "/" in the webhook URL.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lfagundes Luciano Fagundes (Inactive)
              Votes:
              17 Vote for this issue
              Watchers:
              29 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - 1m
                  1m
                  Remaining:
                  Remaining Estimate - 1m
                  1m
                  Logged:
                  Time Spent - Not Specified
                  Not Specified