Hi,
I am trying to perform a search where I can check an specific comment made by an specific user.
Bassically, I want the results to show me ONLY the issues that were commented by "user" with the text "ABC". In other words, a way to combine:
comment ~ "\"ABC\""
AND
issueFunction in commented("by user")
Is this possible?
Thanks
Diego
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gabrielle Bautista [ACP-JA],
I does not work for me. Let me try to explain differently.
Imagine this scenario:
Issue 1:
Issue 2:
So, I want to look for any issue that the UserA commented with the exact text "ABC".
In this scenario, just issue 1 matches my criteria and is the one I am looking for.
However, using the queries comment ~ "\"ABC\"" and issueFunction in commented("by UserA") combined, it brings me both issues as both have comments done by UserA and comments with the text ABC.
Diego
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.