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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.