Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-10231

Agile Sprint Health gadget creates invalid JQL for usernames containing a dot

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Low Low (View bug fix roadmap)
    • None
    • 6.1.4, 6.1.6, 6.3.6.1
    • None
    • 6.01
    • Hide

      Please re-open this issue, as I already stated my issue is not RESOLVED, it is still present. A part from that there is also confirmation that others are suffering the same issue.

      Show
      Please re-open this issue, as I already stated my issue is not RESOLVED, it is still present. A part from that there is also confirmation that others are suffering the same issue.

      When the assignees in a sprint are shown in the Agile Sprint Health gadget and you click on a user that has a dot in their username invalid JQL is generated:

      assignee=jonathan.martens AND Sprint=22

      which throws:

      Error in the JQL Query: The character '.' is a reserved JQL character. You must enclose it in a string or use the escape '\u002e' instead. (line 1, character 18)

      where quoting the username works:

      assignee="jonathan.martens" AND Sprint=22

            [JSWSERVER-10231] Agile Sprint Health gadget creates invalid JQL for usernames containing a dot

            Michel Marcoux added a comment - - edited

            It still not working in Jira 6.3

            AND

            I'm using the latest version of Agile (6.6)

            please fix!

            Michel Marcoux added a comment - - edited It still not working in Jira 6.3 AND I'm using the latest version of Agile (6.6) please fix!

            Can you update to the latest version of JIRA Agile and let me know if it reproduces? If so, please let me know the browser and version of JIRA/JIRA Agile you have.

            As far as I know Jira Agile is up-to-date, since we currently have version 6.3.8.1.

            I can reproduce the issue using latest FireFox (27.0.1) as well as Internet Explorer (9.0.24).

            Please let me know if you need further details.

            Jonathan Martens added a comment - Can you update to the latest version of JIRA Agile and let me know if it reproduces? If so, please let me know the browser and version of JIRA/JIRA Agile you have. As far as I know Jira Agile is up-to-date, since we currently have version 6.3.8.1. I can reproduce the issue using latest FireFox (27.0.1) as well as Internet Explorer (9.0.24). Please let me know if you need further details.

            dRad added a comment -

            jmartens - I'm running the latest version of JIRA agile and this works for me. I've created a user, dan.radigan, and assigned him work in the current sprint. I clicked on his name from the sprint health gadget and the issues appear correctly in the detail view.

            Can you update to the latest version of JIRA Agile and let me know if it reproduces? If so, please let me know the browser and version of JIRA/JIRA Agile you have.

            dRad added a comment - jmartens - I'm running the latest version of JIRA agile and this works for me. I've created a user, dan.radigan, and assigned him work in the current sprint. I clicked on his name from the sprint health gadget and the issues appear correctly in the detail view. Can you update to the latest version of JIRA Agile and let me know if it reproduces? If so, please let me know the browser and version of JIRA/JIRA Agile you have.

            The generated JQL string actually is a GET parameter of the URL when you hover over the user's avatar, so this is definitely a bug in JIRA Agile.

            Jonathan Martens added a comment - The generated JQL string actually is a GET parameter of the URL when you hover over the user's avatar, so this is definitely a bug in JIRA Agile.

            Jonathan Martens added a comment - - edited

            I know, but the JQL generated is coming from the JIRA Agile plugin, after clicking on the avatar of the developer in the Agile Sprint Health Gadget which is a component of JIRA Agile.

            I thought I had described my problem and the way to reproduce properly. A pity you did not even bother looking at the scenario.

            Jonathan Martens added a comment - - edited I know, but the JQL generated is coming from the JIRA Agile plugin, after clicking on the avatar of the developer in the Agile Sprint Health Gadget which is a component of JIRA Agile. I thought I had described my problem and the way to reproduce properly. A pity you did not even bother looking at the scenario.

            JQL requires that values are wrapped in quotes. Only certain JIRA terms allow for unquoted referencing.

            Peter Obara added a comment - JQL requires that values are wrapped in quotes. Only certain JIRA terms allow for unquoted referencing.

              Unassigned Unassigned
              8f843c06b095 Jonathan Martens
              Affected customers:
              1 This affects my team
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: