Hi,
Would like some help/guidance on this.
I want to report on all incidents that have been commented on by a particular set of users.
The scenario is that tickets has pass through multiple teams and individuals and I want to see who had posted a comment and who has just moved the issue on.
Do you know if this is possible in JIRA Core V3.7.8?
Thanks,
Jason
Please check out this related thread: https://community.atlassian.com/t5/Jira-questions/How-can-I-search-issues-to-which-a-user-has-commented/qaq-p/91873
Other users have requested this before, and you can see from the different replies there that a few have found some alternative solutions. I hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jason Corbett,
If you have Script Runner add-on, there are JQL functions to do it:
issueFunction in commented("role Developers")
issueFunction in commented("group abc")
...
Here the link ; https://jamieechlin.atlassian.net/wiki/spaces/GRV/pages/1212427/Scripted+JQL+Functions+With+Comments
Tansu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Tansu,
Unfortunately we don't have script runner on the system.
Is there another alternative?
Thanks,
Jason
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.