Hello Friends,
Merry Christmas & Happy Holidays!!
I am seeking to retrieve the list of users who worked on the particular project since the time project has been created? Even looking to retrieve the list of users who were assigned in the project issues?
Is it possible to retrieve it using JQL or let me know the SQL query to retrieve the users for the above requirement ?
Regards,
Sami Ahmed Shaik.
Thanks guys for your kind answers.
I have found the following solution and achieved the requirements.
AUDIT LOG section in the 'System Settings'. I did export the logs in the excel and did filtering based on the dates and project, and got my required data.
Regards,
Sami Ahmed Shaik.
JQL will return a set of issues based on your conditions.
I think you should take a look in these two articles, probably an SQL would be better in this case. You can tweak the SQL query to filter only the changeitems of your project and check based on the changeitem author the person that did the change.
https://confluence.atlassian.com/jirakb/user-activity-sql-query-389780940.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how do you define "worked on the project"
in JQL, you can filter for the current assignee of the tasks. but if it was assigned from user A to B and A has no other tasks, your filter will not get user A.
if you use the worklog, there are (free) addons which list ho many hours the users have logged, in this case the query would also return the user A from my previous example.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also use the JQL expression 'assignee was [insert username here]'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.