Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-77980

Include Commentedon field in JQL

XMLWordPrintable

    • 4
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      In Jira, there is no out-of-the-box field to fetch the records when a comment is added. Request to include Commentedon field in JQL.

      Workaround: Customers could use the Scriptrunner add-on that provides the Commentedon field in JQL

      Workaround

      First, you need to create a filter where you will collect all the issues that do have comments, like so:

      comment ~ "ANY*" OR comment !~ "ANY*" 

      The previous filter is called "All comments".

      You can then use the following query to return issues that do not have comments:

       filter != "All comments"

            kyu@atlassian.com Kevin Yu
            nvykunta Nagarjuna (Inactive)
            Votes:
            7 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: