Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to Apps → JQL Search Extensions

  2. Choose Extended search filters from the menu on the left

  3. Find and edit your filter: … → Edit query

  4. Make sure there is an ordering clause at the end of the query: ORDER BY RANK

  5. Click Search

  6. Click Save

You board will automatically detect the change and rank will be preserved.

As an alternative solution you can create a new filter in Jira and refer to your Extended search filter with the JQL: filter='Your filter name'

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@4399273
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "JSEKB"
labelskb-troubleshooting-article

...