/
Limited Results JQL function Cloud
Limited Results JQL function Cloud
: available in Issue Navigator.
limitedResults()
Search for issues with limited results.
Examples
issue in limitedResults("priority = Blocker", "20")
finds the issues with priority blockers and limits the result to show 20 results.
You can use the other GO! JQL functions with limited results. Just need to be careful with double quotes as shown examples below. ( \" → ' )
issue in limitedResults("issue in commentedByUser(\"username\")", "10")
OR
issue in limitedResults("issue in commentedByUser('username')", "10")
find the issues that were commented on by a specific user and limit the result to show 10 results.
If you don't have permissions to view all issues in the filter, you may see fewer issues than expected.
, multiple selections available,
Related content
Hierarchical JQL functions Cloud
Hierarchical JQL functions Cloud
Read with this
Groups JQL functions Cloud
Groups JQL functions Cloud
Read with this
Subtask Count JQL functions Cloud
Subtask Count JQL functions Cloud
Read with this
GO! JQL Cloud Usage
GO! JQL Cloud Usage
Read with this
Attachment JQL functions Cloud
Attachment JQL functions Cloud
Read with this
Project Role JQL functions Cloud
Project Role JQL functions Cloud
Read with this