Issues commented by me in JIRA

后端 未结 11 1330
你的背包
你的背包 2021-02-02 07:00

As per JIRA documentation http://www.atlassian.com/software/jira/docs/latest

The following filter will show the issues opned by me (Current User).

repor         


        
11条回答
  •  爱一瞬间的悲伤
    2021-02-02 07:53

    if you know the name of the user (lets assume the name is Tom you can do:

    issueFunction in commented("by Tom")

    you can also filter it by date of the comment like:

    issueFunction in commented("after -1d by Tom")

    UPDATE: this requires ScriptRunner being installed in JIRA server (as JBert pointed out)

提交回复
热议问题