How to get a list of issues and the users involved

Chris Casebeer December 4, 2020

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.  

1 answer

0 votes
Bill Sheboy
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.
December 31, 2020

Hi @Chris Casebeer 

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.13.8
TAGS
AUG Leaders

Atlassian Community Events