Hello All,
I'm struck with an issue, where one of the user ID has been set to inactive in AD which means his user details are in active in Jira because AD is synced with Jira.
Here I would like to find the list of Dashboard names and filter details of the user, Unfortunately we do not have filter names or Dashboard names . Is there a way to find the details through SQL?
Thanks in advance
Deepak
HI @Deepak ,
You can search it by owner as mention by the post. That should be a lot less than 7K.
https://confluence.atlassian.com/adminjiraserver/managing-filters-938847876.html
-Ben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Deepak ,
SQL may not be straight forward as you will probably need to join a number of tables.
However, you can access this information in the UI. Read this post:
https://community.atlassian.com/t5/Jira-Service-Management/Filter-Owner/qaq-p/1921296
Thanks,
Ben
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.