HI
I work on JQL queries on Jira
1.now i want to search number of jira ticket create by single user , it has to go in ascending order
2. Need to search summary with similar content
so please do help
Welcome to the Community!!
creator = "Username" ORDER by CreatedDate ASC
summary ~"Your Text"
Thanks
1. reporter = "Username" ORDER by CreatedDate ASC -- > at the end of the page it will give you the total count
2. Summary ~"Your Text" --> Will search for tickets with given summary text
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.