JIRA: How to get all issues related to a user 列出用户参与的所有条目

Categories: Development Notes; Tagged with: ; @ May 3rd, 2013 12:02

Requirement: Get all issues that the user has been involved in

for example, A created new issue, assigned to B, B resolved the issue and assign back to A, A closed the issue.
we need get this issue using ‘B’ as the filter.

Solution: Use “Assignee was” filter

Go to “Issue Navigator”, “Switch to advanced searching”,  use this query:

assignee was "userID"

<->



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.