-
Suggestion
-
Resolution: Won't Do
-
None
-
None
Summary
As of now, we do not have a way to keep track of the users who were active in the last specific months / days. We are only relying on what we are seeing in https://<fqdn>/admin/users under the Last Active column and that is not really helpful.
Perhaps user / admin can have a feature where they can enter the number of months that they want to track back and the list will be populated from the web interface.
Workaround
Run the trailing_monthly_user_activity_v2.sh script in your server Eg.
Active
./trailing_monthly_user_activity_v2.sh active
Inactive
./trailing_monthly_user_activity_v2.sh inactive
Sample usage
admin@danial:~$ ./trailing_monthly_user_activity_v2.sh active How many months back would you like to see? [ENTER A NUMBER]: 1 Finding active users from the past 1 months. Output can be found at: /home/admin/activity/uniq_user_activity_trailing.out admin@danial:~$ cat /home/admin/activity/uniq_user_activity_trailing.out id name email 1 Clark Kent bbb@atlassian.com 216 Bruce Wayne aaa@atlassian.com admin@danial:~$
As an admin, I would like to have a feature to keep track of active users in the past X months
-
Suggestion
-
Resolution: Won't Do
-
None
-
None
Summary
As of now, we do not have a way to keep track of the users who were active in the last specific months / days. We are only relying on what we are seeing in https://<fqdn>/admin/users under the Last Active column and that is not really helpful.
Perhaps user / admin can have a feature where they can enter the number of months that they want to track back and the list will be populated from the web interface.
Workaround
Run the trailing_monthly_user_activity_v2.sh script in your server Eg.
Active
./trailing_monthly_user_activity_v2.sh active
Inactive
./trailing_monthly_user_activity_v2.sh inactive
Sample usage
admin@danial:~$ ./trailing_monthly_user_activity_v2.sh active How many months back would you like to see? [ENTER A NUMBER]: 1 Finding active users from the past 1 months. Output can be found at: /home/admin/activity/uniq_user_activity_trailing.out admin@danial:~$ cat /home/admin/activity/uniq_user_activity_trailing.out id name email 1 Clark Kent bbb@atlassian.com 216 Bruce Wayne aaa@atlassian.com admin@danial:~$