/
Limited Results JQL function
Limited Results JQL function
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.
Related content
GO! JQL Usage
GO! JQL Usage
Read with this
Version JQL functions
Version JQL functions
Read with this
GO! JQL: Essential JQL Functions
GO! JQL: Essential JQL Functions
Read with this
Last Updated By JQL function
Last Updated By JQL function
Read with this