I have a JIRA project AAA and lots of tickets like AAA1, AAA2, AAA3
I'd like to search the tickets ordered by the name and ticket number, so it shows like this:
AAA1
AAA2
AAA3
what key word I should use for the filter?
I tried using 'order by Created', most of the tickets are displayed in order, but the one moved from other project is not in order because in the other project, it was created earlier.
In your plan, click the View settings drop-down. In the Sort by section, choose how you want the issues to be sorted by.
To use the quick search: Enter your search criteria in the search box in the header bar of Jira and press Enter. Tip: If you know the issue key or project key, enter it before other search terms, e.g. "JRA help link is broken".
it is called the key.
In a JQL query, end the query with :
ORDER BY key
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With