Add "commentedBy" as a JQL function

XMLWordPrintable

    • 35
    • 19

      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)
      

            Assignee:
            Unassigned
            Reporter:
            Eliseu Pedro
            Votes:
            21 Vote for this issue
            Watchers:
            21 Start watching this issue

              Created:
              Updated: