jira

How do I order tickets by ticket name and ticket number in JIRA?


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.


Solution

  • In a JQL query, end the query with :

    ORDER BY key