Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-32400

When project name ends with symbol "#", reports do not open

    XMLWordPrintable

Details

    Description

      Issue Summary

      • When project name ends with "#" (and maybe some other special symbols), no reports are able to open. Instead, error message showed:

      Steps to Reproduce

      1. Name a project ending the name with a "#"
      2. Go to any system report

      Expected Results

      • Reports work normally

      Actual Results

      • Reports are broken, showing the following error:
        Configure Report - Error
        No report was specified. The 'reportKey' parameter was empty.

      Workaround

      • Manually move "&projectOrFilterName" parameter to the end of address string in browser's address bar on error page — it will work. Example:
        Not working:
        http://servername:8080/jira/secure/ConfigureReport!default.jspa?selectedProjectId=10000&projectOrFilterId=project-10000&projectOrFilterName=Demonstration#&reportKey=com.atlassian.jira.plugin.system.reports:developer-workload
        
        Working:
        * http://servername:8080/jira/secure/ConfigureReport!default.jspa?selectedProjectId=10000&projectOrFilterId=project-10000&reportKey=com.atlassian.jira.plugin.system.reports:developer-workload&projectOrFilterName=Demonstration#
      • Remove the #/especial symbol from the name of the project.

      Attachments

        Activity

          People

            Unassigned Unassigned
            7edf04c55d83 alesterre
            Votes:
            11 Vote for this issue
            Watchers:
            13 Start watching this issue

            Dates

              Created:
              Updated: