Hello,
I am trying to find a Jira ticket that I commented many months ago.
I dont have the option commentedby, can you please tell me what query i have to type to search bar ? Kindly keep in mind that I am a business user and i have 0 sql skills
ty
Hi @Triantafyllia ,
Welcome to the community !!
In native jira, you cannot search for tickets based on comment author or date. You need to make use of third party apps which can be paid ones as described in https://community.atlassian.com/t5/Jira-questions/JQL-for-Commented-by-user-and-commented-date/qaq-p/1410972
Workarund:
1. If the ticket was assigned to you in any stage, then you can search using JQL
assignee was currentUser()
(i.e. on the main menu --> Filters --> View all issues)
2. Click on your profile icon on the right top --> Profile -->click View All near Worked On.
You can find few tickets which you worked on.
I’m Charlotte, a support engineer at Appfire and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all issues commented by you:
commentedByUser = currentUser()
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Charlotte
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.