Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

List of assignees that made a comment

Jason Corbett June 28, 2018

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

2 answers

1 accepted

0 votes
Answer accepted
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 28, 2018

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.

Jason Corbett July 2, 2018

Thanks Andrew, found the answer in that thread.

0 votes
Tansu Akdeniz
Community Champion
June 28, 2018

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

Jason Corbett June 28, 2018

Thanks Tansu,

Unfortunately we don't have script runner on the system.

Is there another alternative?

Thanks,

Jason

Suggest an answer

Log in or Sign up to answer