The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to know the ticket comment added by request participant

badana.teja
March 18, 2020

In our instance we have made ticket auto transitioned when comment added from reporter. But In recent, some tickets were comment added by request participants and tickets were in same status and finding difficult to get to know. So is there any jql query to find the ticket comment added by request participant as current user.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
final_openshift Certi
November 10, 2020

Hi Teja

You can achieve this by using   JQL Search Extension plugin , you can use the query issue in commentedByUser("membersOf(employees)") or the exacr user name as in issue in commentedByUser("filip")

Please refer to the documents it contains examples and other necessary information related to the usage of plugin