It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I'm seeing bunches of calendars starting to get created that are never used. I'd like to delete these. I can see the number of subscribers but I cannot see who created the calendar. I'd like to contact that person to confirm it can be deleted.
Does anyone know how to find out who created a calendar?
Hi Jboutin,
You can refer to this knowledge article that I written before. You need to have access to the Confluence database to find the creator.
Hope this helps!
Kind Regards,
Jing Hwa
We have an open feature request for this as well we'd like to implement: https://jira.atlassian.com/browse/TEAMCAL-144 watch that one to stay updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To find all owners of team calendars you can use the below query:
SELECT u.username, c.NAME, c.SPACE_KEY FROM [confluence].[dbo].[user_mapping] u,
[confluence].[dbo].[AO_950DC3_TC_SUBCALS] c
WHERE u.user_key = c.CREATOR and c.PARENT_ID is NULL and c.SUBSCRIPTION_ID is NULL;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This approach requires you to have the JIRA administrative rights. The main aim of this article is to help you achieve an organized, easy-to-maintain workflows in your JIRA instance thereby, reducin...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.