How to browse all items I added/commented on in a particular timeframe in Jira?

耗尽温柔 提交于 2020-01-02 06:33:08

问题


I need to go back and look at some events in August-October 2010. We use JIRA for issue tracking.

Is there a way in JIRA to look at my "activity stream" for this timeframe?


回答1:


assignee = currentUser() and updated > "2010/08/01" and updated < "2010/10/31"

Should work.

EDIT: This is to be placed in the "Custom Filter" query box.




回答2:


The Activity Stream gadget can be configured with a filter by username. Since activity includes comments, this generally yields a list of comments by that user. Note that this requires a case-sensitive username, not the friendly Display Name.

Click the filter icon on the gadget:

Resulting filtered Activity Stream:




回答3:


Use Issue Navigator and search your name for issues between the dates, check the comments flag




回答4:


The HP/Palm Jira Search Plugin has this:

  1. JQL function that searches comments by author and date in addition to comment content.
  2. JQL function that searches all issues touched by a certain user or during a relative or absolute period. Touched means the user created the issue, edited a field on the issue or commented on the issue.

Also has nice Complex Search UI:



来源:https://stackoverflow.com/questions/7126866/how-to-browse-all-items-i-added-commented-on-in-a-particular-timeframe-in-jira

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!