The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I need to see activity by Users within JIRA.
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/
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.