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

Project name automatically convert to id in the filter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 9.13.1, 9.14.1, 9.15.2, 9.16.1, 10.3.2, 10.3.8
    • JQL Search

      Issue Summary

      When searching an existing filter that has the following query:

      project = "TEST" ORDER BY Rank ASC
      

      The query change to the following after switching between basic and advanced search:

      project = "10000" ORDER BY Rank ASC
      

      This is reproducible on Data Center: (yes)

      Steps to Reproduce

      1. Create a sample software project issues with template.
      2. Navigate to Manage filters and open the board filter. For example, "Filter for SCRUM board"
      3. Click Basic and then switch to Advanced. Then, click Search button.
      4. Remove the query to end up like this:
        ORDER BY Rank ASC
        
      5. Click "Search" button and switch to Basic.
      6. Select "SCRUM" in the project field and click "Search"
      7. Switch back to "Advanced" and Jira return the following query:
        project = "10000" ORDER BY Rank ASC
        

      Video: Screen Recording 2024-06-17 at 4.37.54 PM.mov

      Expected Results

      The project query shouldn't be changing to project id.

      Actual Results

      The project query was change to project id automatically after switching between basic and advanced search.

      Workaround

      Refresh the page and don't click save filter.

      The filter still retaining the existing project name.

      Tested Version

      • Can't reproduce the bug in 9.12.10 , 9.4.23 , 8.22.6
      • Safe mode also able to reproduce the issue.

              Unassigned Unassigned
              ckimloong John Chin (Inactive)
              Votes:
              20 Vote for this issue
              Watchers:
              14 Start watching this issue

                Created:
                Updated: