Filter both the jira updates and newly created issues, by a particular user?

Jeff Taylor June 21, 2012

Is there a way to list, with a filter, both the jira updates and newly created issues, by a particular user?

So we see all jiras updated (commented, attached, closed, reopened etc) and also jiras created.

1 answer

0 votes
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 21, 2012

Hi Jeff,

you can get all changed status like this:

(status changed by "username" after startOfWeek()) or (reporter = "username" and createdDate >= startOfWeek() )

Of course you can use another time-function

Unfortunately this does not cover comments.

You can get the whole JQL-Documentation here: https://confluence.atlassian.com/display/JIRA/Advanced+Searching

Best regards

Thomas

Suggest an answer

Log in or Sign up to answer