Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-35765

Ability to Search for Mentioned in a Period of Time

    XMLWordPrintable

Details

    • 2
    • 2
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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:
              40 Vote for this issue
              Watchers:
              21 Start watching this issue

              Dates

                Created:
                Updated: