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

Include Commentedon field in JQL

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Search - Frontend
    • None
    • 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.

    Description

      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"

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: