Looking for a way to list all the attachments on a page that have not been labeled.
You could do it with search. This should work ...
ancestorIds:<page id here> AND type:attachment AND NOT labelText:[a TO zz]
Perfect! And I just made hyperlinks of the results for the specific pages so I don't have to recreate the search string each time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Keep in mind ancestorIds will get the page the attachment is on and all the child pages attachments as well ... I couldn't find a way to just limit it to one page. But if the page has no children then that search will work just fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Indeed the pages are childless, so we're good to go (but it's good to know).
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.