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.
project = MIT016 AND issuetype = "QA Bug" AND assignee was not "5fd78007208dbf0107c525ff" AND comment !~ "27" order by created DESC
Im using this JQL to search the QA bugs that were not created by me and i didn't post any comments on it ( all comments i post have number 27), so i used (comment !~ "27").
It is working but not as needed, where it is not includes in the search results:
1. The bugs that doesn't have comments at all
2. The bugs that i commented on and the comment include 27 but the comment is not the first comment on the bug.
Could you please help me?