-
Suggestion
-
Resolution: Unresolved
-
None
-
13
-
13
-
Summary
Currently, there is no way to search for issues commented on by a given user using JQL; the closest way would be to use "updatedBy", but this includes a significant number of operations alongside comments (creating an issue, updating any of the issue's fields, creating or deleting a comment, or editing a comment).
Suggestion
Add a new JQL function "commentedBy" with the conditions of "updatedBy":
Suggested syntax:
commentedBy(user) commentedBy(user, dateFrom) commentedBy(user, dateFrom, dateTo)
- is related to
-
JRACLOUD-62780 Allow search on issues I have commented / JQL to return issues commented on by a particular user
- Gathering Interest
-
JRACLOUD-77262 jqls commentedBy does not work
- Gathering Interest