Dear,
I am tasked with finding the list of users who are assigned with any roles of a project but never work on that project. There are several levels of interaction, like working on issue (transitioning, commenting, etc).
Are there any JQL for this purpose, or any other approach?
@Huynh BKFET Welcome to the Atlassian community
I would suggest doing the following:
Checking for users who have never logged in - https://confluence.atlassian.com/jirakb/how-to-check-for-users-who-never-logged-into-jira-695241580.html
Check and see when users have last logged in - https://confluence.atlassian.com/jirakb/how-to-check-for-users-who-never-logged-into-jira-695241580.html
Comments by user - https://confluence.atlassian.com/jirakb/how-to-find-all-the-comments-related-to-one-user-in-the-database-385909306.html
You can also use JQL and use UpdatedBy() function to see when they updated an issue https://confluence.atlassian.com/jirasoftwareserver081/advanced-searching-functions-reference-970611548.html#Advancedsearchingfunctionsreference-approverupdatedBy()
also, if you use the work log function in this project you coud check if the user has logged some working hours in jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.