I use a plugin to transfer data from Jira via OData.
And this plugin uses JQL to perform the queries. I would like to see only the last 10 issues of each of my Projects Keys.
For example, if I have 3 Project Keys, it returns with 10 latest issues from Project 1, 10 last from Project 2 and 10 last from Project 3.
It's not possible to do this. JQL simply returns a list of issues that match, it has nothing to say about how they are displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.