Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-59757

Jira unable to locate Confluence page if URL has special characters

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 7.2.1, 7.2.2
    • Integrations - Jira

    Description

      Problem

      Jira can't locate Confluence page that contains ":"

      Environment

      • Confluence 7.2.1
      • Jira 8.1.0

      Steps to Reproduce

      In Confluence
      1. Create a page that has ":" in the title
      2. Copy the Page URL
      In Jira
      1. Create a Story
      2. At the Story, click on More > Link
      3. Click on Confluence Page and add the Confluence page URL
      4. Click on *Link

      Expected Results

      CSP-272805_2.webm

      Actual Results

      CSP-272805_1.webm

      Workaround

      Nginx
      location /<context-path> {
      
          proxy_set_header X-Forwarded-Host $host;
          proxy_set_header X-Forwarded-Server $host;
          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 
       
      if ($request_uri ~* "/<context-path>(/.*)") { 
      	proxy_pass http://<base-url>/<context-path>$1; break; 
      }
      
      proxy_pass http://<base-url>/<context-path>;
      } 
      Apache
      ProxyPass /confluence http://localhost:8090/confluence nocanon 

      Notes

      Attachments

        1. 1.png
          1.png
          41 kB
        2. 2.png
          2.png
          109 kB
        3. 3.png
          3.png
          95 kB
        4. CSP-272805_1.webm
          2.52 MB
        5. CSP-272805_2.webm
          2.92 MB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ppragasam@atlassian.com Puventhira Pragasam (Inactive)
              Votes:
              6 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: