Dears,
is there any way to create user report about active user in Jira , last access time ,...etc
Iam using copy past to excel, is there any way to do
In cloud, you could try https://developer.atlassian.com/cloud/admin/organization/rest/api-group-directory/#api-v1-orgs-orgid-directory-users-accountid-last-active-dates-get
This API will return you a JSON in a following format:
{ "data": { "product_access": [ { "id": "<string>", "key": "jira-software", "last_active": "<string>" } ], "added_to_org": "<string>" }, "links": { "next": "<string>" } }
You could later work with this data in Excel or any other tool you prefer.
Regards,
Rustem
You can get some of that information using Atlassian access. But there is no last time accessed.
For that, you need a third-party app.
https://marketplace.atlassian.com/apps/1225092/user-auditor-for-jira?hosting=datacenter&tab=overview
Or something from this list
https://marketplace.atlassian.com/search?query=user%20audit
Regards
Aaron
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just saw you selected DC. The reply I gave was for Cloud.
There is no out-of-the-box report, or dashboard for that. Only from the DB or another app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohamed,
What is it that you are trying to accomplish? And are you using Data Center or Server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Iam using datacenter edition and I need this in audit purposes and to remove access for some using who is not using the tool to safe licenses
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.