-
Suggestion
-
Resolution: Won't Fix
-
None
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
The JQL query language lacks the possibility to return a limited number of issues from a search, compare with SQL LIMIT or TOP statements.
This would be very valuable when you want to get e.g. the 10 highest ranked stories.
- relates to
-
JRACLOUD-65825 Bulk operation with over 300 issues
-
- Closed
-
-
JRACLOUD-31384 Add JQL LIMIT support
- Closed
-
JRACLOUD-68133 Cannot use JQL In Escalation Service because of failed: Add JQL LIMIT support
- Gathering Interest
Hello everyone,
You can add limit the search results with the GO! JQL plugin.
JQL: issue in limitedResults("priority = Blocker", "20")
Here is the documentation.
I hope it helps, bests!