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

Ability to Search for Mentioned in a Period of Time

    XMLWordPrintable

Details

    • 1
    • 5
    • 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

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Currently, if user would like to search for the comments that contain the mention referred to the current user, he/she can use the following JQL query to achieve that:

      comment ~ currentuser()
      

      This works fine, but it will return all issues that contains the comment by current user. And there is no timing distinguish between when the user is mentioned. So user would like to have a feature to show only mentioned during a period of time.

      Note:
      Using the following JQL query can return recent updated issue, but still even the user is mentioned on very early state, it will still be returned.

      comment ~ currentuser() AND updateddate > "-1w" ORDER BY updated DESC
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rgee Richie Gee (Inactive)
              Votes:
              21 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated: