Forums

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

Can I query JIRA activity within specific time periods by User Name or Profile?

Michael.Lindacher
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!
May 6, 2022

I need to see activity by Users within JIRA.  

2 answers

0 votes
Carlos Garcia Navarro
Community Champion
May 6, 2022

Hi @Michael.Lindacher ,

Have you checked this article on advanced JQL functions. It covers some functions that I think can help you:

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/

0 votes
G subramanyam
Community Champion
May 6, 2022

Hi @Michael.Lindacher welcome to the Atlassian community.

You can query for updated issues in the past x days. You may use the below query:

project = "Project key or name" AND assignee = "assignee name jira autocompletes the user id" AND updated <= -"number of days"d

Suggest an answer

Log in or Sign up to answer