Hi everybody,
i have tried the "changed" jql operator and i couldn't understand what's the default ordering of issues.
For example i have used the following jql
assignee changed by currentUser()
but the ordering of issues was not clear to me.
Does anyone have an idea?
Hey Kostas!
I did some research over here and I'm pretty sure issues are ordered by the date of its creation, from the most recent to the oldest. However, you can force any order you want by adding a ORDER BY
command to the query.
See the example below:
assignee CHANGED BY currentUser() ORDER BY created DESC
This will search for all issues that had the Assignee field changed by the currently logged in user and order the results by the Created Date in descending order. You could also use ASC
for ascending order in this case.
--
Cheers!
Joao
Hi Joao, thanks for your time on that. I am not quite sure that the default ordering is the creation date. I have used the following jql assignee changed by currentUser() and the order was not the creation date, neither the updated date. I have a screenshot but i do not see the option to attach it in my comment :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.