Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to fitler particular user activity on tasks?

Hela Szubert February 25, 2022

Hi!

I'd like to pull a report on all tasks that were modified in any way by a particular user in a particular time period.

By this I do not mean tasks assigned or created by this person (let's call them X), that were modified by anyone (that would be simple)

But I want to filter all tasks that this person contributed to in any way, in given time - for instance:

Task was created (reporter) by user Y, is now assigned to user Z, but during this month user X changed it's status, priority level, added label or commented/uploaded attachments, and I want a list of those tasks, that this person took activity on.

 

Is that possible?

1 answer

1 accepted

1 vote
Answer accepted
Fabio Racobaldo _Herzum_
Community Champion
February 25, 2022

Hi @Hela Szubert ,

try using the following JQL

issuekey IN updatedBy(jsmith, "2018/06/01", "2018/08/31")

Hope this helps,

Fabio

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 25, 2022

Hi @Hela Szubert 

Yes, and...to what Fabio suggests:

Here is the documentation on that one and other advanced JQL functions to help: https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearchingfunctionsreference-updatedByupdatedBy--

Kind regards,
Bill

Like Hela Szubert likes this
Hela Szubert February 28, 2022

@Fabio Racobaldo _Herzum_ @Bill Sheboy  - thanks! Thas is very helpful.

Like # people like this
Fabio Racobaldo _Herzum_
Community Champion
February 28, 2022

you're welcome @Hela Szubert !

Suggest an answer

Log in or Sign up to answer