I need to sort tickets raised by same requesters where there are hundreds of users so I cannot specify user names in query.
we need to find multiple tickets raised by single requester so i can club those tickets together during operation.
Hi @anson alias welcome to the community. I may be misunderstanding your question, but if you do a JQL search, you can use 'ORDER BY reporter' and they will all get grouped together by the reporter. On the screen, you should be able to click 'Reporter' in the column header to order by reporter.
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.