You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
is there a way to get a list of the latest issues people are working on, along with a list of users per issue? We're trying to see how many issues people are working on lately, and the list of users involved (creating issues, editing issues, closing issues, etc). That way we can get an understanding of who uses Jira and for what.
You seem to be asking several related questions, some of which can be answered using Jira queries with JQL. For example, to see who is creating issues in the last 30 days you could search for:
project = myProject AND created >= -30d ORDER BY creator
To search the entire instance, just remove the project test clause.
To learn more about what is available with filter searches, please see this documentation:
https://www.atlassian.com/software/jira/guides/expand-jira/jql#advanced-search
https://confluence.atlassian.com/jiracoreserver/advanced-searching-939937709.html
Best regards,
Bill
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.