how to see and find old and new tickets in Jira servicedesk
Hello,
You would need to define what is a new ticket and what is an old ticket.
i have not resolved some old tickets now i need that tickets how can i find that tickets
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can write a JQL query like this:
resolution is empty and created < -7d
It will show all tickets, which are unresolved for 7 days and earlier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @koteswararao ,
I recommend read this pretty post https://confluence.atlassian.com/jiracore/blog/2015/07/search-jira-like-a-boss-with-jql
B.R.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.