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.
I have a page that has a child dropdown but when I click on the dropdown, no page exists. I can recreate this situation by opening up an unpublished draft which creates a child dropdown carrot that in another browser I can see has nothing underneath it. When I delete the unpublished draft, that dropdown goes away. So how can I figure out who has an unpublished draft in my docs?
Hello @Arezou Seifpour ,
You can try to use REST API to get the DRAFTS:
ALL - https://MY_CONFLUENCE.atlassian.net/wiki/rest/api/content?status=draft
SPACE - https://MY_CONFLUENCE.atlassian.net/wiki/rest/api/content?status=draft&space=MY_SPACE
It will show the drafts and you can further extract the history/author/etc. data
You can use API parameters to configure the results you need.
Has anyone translated that suggestion into English? I have the same problem. My categories have arrows as if there's something under them. They should just be bulleted child pages.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can see your unpublished drafts using the menu bar at the top of a Confluence page.
From the top menu bar
Unfortunately this does not show me the ghost draft page causing my Confluence menu to show an arrow instead of a disc. I have the same problem as the original post.
My solution was to recreate the page. I created a new page. I copied all the information from the old page. I then published the new page and deleted the old page that had the ghost child attached to it.
-Christopher
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.