Forums

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

how to run a report on Jira for tasks accepted by a user in 3 month period

NickyI123
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 30, 2019

i need to run a report of all issues closed/accepted /rejected  by a specific user within a 3 month period, how do i do this?

 

(the tasks do not necessarily need to be assigned to the user) 

1 answer

0 votes
Tomas Gustavsson
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.
July 30, 2019

some thing like this
project = yyyyy and assignee = "xxxxxxxx" and created < startOfMonth(3)

 

please also check 
https://confluence.atlassian.com/jirasoftwareserver073/advanced-searching-fields-reference-861256237.html

Tomas Gustavsson
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.
July 30, 2019

instead of assignee, you can use
reporter or creator. 

NickyI123
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 30, 2019

thank you for your help, i have tried the query you sent, but not getting results from the "StartOfMonth" 

i need to give a report of all the tasks i have accepted for the team, so the tasks may not be assigned to me, how do i search for "accepted by"? 

Tomas Gustavsson
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.
July 30, 2019

if accepted by is a custom field, you can use it.

project = yyyyy and "accepted by" = "firstname Lastname" and created < startOfMonth()

Tomas Gustavsson
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.
July 30, 2019

otherwise if you skip, the assignee parameter, it should return all issues independent on ho was assign to it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events