You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.