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?
Hi @Hela Szubert ,
try using the following JQL
issuekey IN updatedBy(jsmith, "2018/06/01", "2018/08/31")
Hope this helps,
Fabio
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.