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.
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.