Forums

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

Query to extract the active users who have worked on (one or more) issues in a given period

FrancescoKa April 9, 2018

Is this query ok for you or I am missing something? (the system is a jira 6.4 server)

(in this case the period starts from '2017-09-01'  )

select cu.first_name,cu.last_name, cu.email_address from cwd_user cu,
( select distinct(assignee) as username from jiraissue ju where ju.updated > '2017-09-01' ) as du
where cu.lower_user_name = username and cu.active=1

Thanks to all!

1 answer

1 accepted

0 votes
Answer accepted
Marko Filipan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 11, 2018

Hi,

Your query seems to be okay, it returns the results as you specified in the thread title.

Cheers,
Marko

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events