Setup
Applies to: Jira Cloud (Forge app)
After installing and enabling the Forge-powered Sort by Any Field app, make sure the following prerequisites are in place:
Jira is renaming projects → spaces and issues → work items. This guide uses the new terms and highlights the few Jira screens (like permission names) that still show legacy wording.
-
Confirm the board’s filter query ends with
ORDER BY Rank ASCThe app relies on Jira’s native ranking. The board filter must finish with
ORDER BY Rank ASCso that the Forge sorter can adjust the existing rank in the background queue.-
How to check your board’s filter query
- Open the target Jira board.
- Choose Board → Configure.
- In General and filter, review the Filter Query field.
- Confirm the filter query ends with
ORDER BY Rank ASC(screenshot). If the clause is missing, append it to your current query (for example,project = FOO ORDER BY Rank ASC— JQL still expects the legacyprojectkeyword until Atlassian rolls out thespacealias).
-
Why this matters: Without the rank ordering, the sorter cannot reliably promote work items, and the background job may appear to finish without applying the expected order.
-
-
Grant users the “Schedule Issues” permission — Jira still surfaces this legacy label in the permission scheme.
Sorting is executed by re-ranking work items. Users must be allowed to rank work items on the board.
- How to grant the permission
- Navigate to Space settings → Permissions.
- Edit the space’s permission scheme.
- Add the Schedule Issues permission to the groups or roles who will trigger sorts (screenshot).
- How to grant the permission
-
Verify the installation is licensed
The Forge UI surfaces a warning banner when the app is unlicensed. If that message appears, work with your Jira administrator to activate the license before attempting a sort.
Once these prerequisites are met, open the Sort Board / Sort Backlog / Sort Sprint action, configure your “Order by” clauses, and run the sort. Jobs execute asynchronously via Forge queues; the modal will display status updates until completion.