Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #5171

Closed
Open
Created Sep 24, 2013 by Administrator@rootOwner

[6.1] Cannot search closed Issues

Created by: mjassar

Summary

After upgrading to version 6.1 from version 5.4, the search functionality (on issue tracker page) does not work for closed issues. Search works fine for open issues though. If you have selected 'Closed' or 'All' for issues state, the search will still look within 'Open' issues only.

Steps to reproduce:
  1. Go to issue tracker page of your gitlab.
  2. Click on 'All' or 'Closed' under issue fiter
  3. Search for a issue that has been closed Nothing will appear in results
Observed Behavior

Click on All under issue filter, you will see the URL something like

<url>/issues?label_name=&milestone_id=&scope=&state=All

Enter anything in the 'Filter by title or description' field, the '&state=all' disappears from the url.
In the example below i searched for the string 'someissue'. You will see that it is searching just in open issues now as the URL does not contain '&state=all'. If i manually append '&state=all' to the end of URL and hit return, 'someissue' appears in results.

<url>/issues?utf8=%C3%A2%C2%9C%C2%93&status=&assignee_id=&milestone_id=&label_name=&issue_search=someisuue
Assignee
Assign to
Time tracking