You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We have an instance of Jira that has been in use for over 20 years, and as you can imagine over that time it has collected a lot of user accounts. I need to tidy these up but it seems a lot of our users never log in, preferring to mail in to jira.
Consequently, most user management tools don't help us as they only show the last login time.
Does anyone have a script that will list users with the last time they added a comment or created an issue? or is this just too hard to get out of Jira ?
I don't have a complete script, but an idea how you could possibly achieve that. You might know that Jira has activity streams which show all recent activity on a global level or per project. It's also possible to filter the stream by a username.
You can do so via
YOUR_JIRA_URL/activity?streams=user+IS+YOUR_USERNAME
You might be able to create a script which iterates over all your users and calls this endpoint to determine their last activity. If you have DB access, you should probably also get the data from there, but I'm no expert for the various DB tables.
Cheers,
Matthias.
Thanks Matthias,
I couldn't quite get anywhere with that approach, I was probably misisng a trick.
In the end I wrote a c# program that took a list of users generated by Microoscope and issued the following 3 JQLs against each one:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for sharing you solution.
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.