Hello All,
I wanted to filter the user commented issues with in the date range or specific date
Best Regards,
Fiona
Hi
Hi
We can get this using JQL Search Extensions plugin
JQL : (commentedByUser =
"Jane Potter" AND
commentedOnDate =
"2016/03/14")
query gives us list of issues commented by user on given date
Cloud Link : https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira?hosting=cloud&tab=overview
Regards
Sudhakar
Hi @Fiona,
You can find some different alternatives from this page; https://community.atlassian.com/t5/Jira-questions/How-can-I-search-issues-to-which-a-user-has-commented/qaq-p/91873
If you have Script Runner add-on, you can do it via JQL below;
issueFunction in commented("after 2018/06/01 before 2018/07/01 by tansu.akdeniz")
Tansu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.