How to Search for Highly Voted Issues in JIRA

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

This page explains how to search a JIRA instance for issues with the greatest number of votes.

Solution

Using Basic Search

  1. Navigate to issue search

  2. Construct a search for the issues you're interested in (e.g. all issues in a particular project)

  3. Execute the search

  4. Switch to list view

    (Auto-migrated image: description temporarily unavailable)

  5. Click the "Columns" button on the right of the screen

    (Auto-migrated image: description temporarily unavailable)

  6. Type "Votes" into the columns dialog search

  7. Check the checkbox that appears

  8. Click the "Done" button in the columns dialog

  9. Click the "Votes" column that appeared in the results table to sort issues by number of votes

  10. The issues with the greatest number of votes will be at the top of the table

Using JQL

  1. Navigate to issue search

  2. As above, click the "Columns" button on the right of the screen and add the "Votes"

  3. Construct a search for the issues you're interested in (e.g. all issues in a particular project)

  4. Execute the search

  5. Switch to advanced mode

    (Auto-migrated image: description temporarily unavailable)

  6. Add the following to the end of the search JQL: ORDER BY votes DESC

    (Auto-migrated image: description temporarily unavailable)

  7. Re-execute the search

  8. The issues with the greatest number of votes will be at the top of the table

  9. The "Votes" column may not be visible — to see the number of votes on each issue, follow the steps above

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.