Find issues that were ever assigned to me

后端 未结 7 1074
失恋的感觉
失恋的感觉 2021-02-02 05:02

I am trying to create a filter to search for all issues that were ever assigned to me, even after the assignee is changed. I cant find the appropriate search parameters for this

相关标签:
7条回答
  • 2021-02-02 05:33

    assignee = currentUser() OR assignee was currentUser() should do it

    0 讨论(0)
  • 2021-02-02 05:36

    Check out the toolkit plugin https://studio.plugins.atlassian.com/wiki/display/JTOOL/JIRA+Toolkit+Plugin

    It has a custom field 'Participant' which allows you to find all issues that you raised, were assigned to or commented on.

    Francis

    0 讨论(0)
  • 2021-02-02 05:38

    Click the eyeglass icon on the left pane Click on "Advanced search for issues" On the top right, click on advanced search to open the JQL textbox Enter the text "assignee = currentUser() OR assignee was currentUser()" If you'll use this repeatedly, click save and name the search Then you'll see it on the left bar under Starred...

    0 讨论(0)
  • 2021-02-02 05:39

    issue in watchedIssues()

    ... might also be of use. It gets every issue relevant to you.

    0 讨论(0)
  • 2021-02-02 05:42

    On the JIRA web application/site navigate to Issues (in header) > Search for issues, then enter your search criteria.

    0 讨论(0)
  • 2021-02-02 05:47

    It seems the toolkit plugin URL has changed and is currently: https://marketplace.atlassian.com/apps/5142/toolkit-plugin-for-jira?hosting=server&tab=overview

    0 讨论(0)
提交回复
热议问题