Hello everybody,
I Need to obtain a list of all my confluence pages in one Project, that are not linked to a JIRA ticket.
Any help is very appreciated.
Best
paul
Hi Paul,
When you say Project, do you mean Space? All pages in Confluence are bundled in spaces the same way that tickets in Jira are bundled in projects.
I think the easiest way to do this would be to run an empty search, then paste some text in making sure that the end of the URL looks like this:
/dosearchsite.action?cql=type=page%20AND%20space=<spacekey>%20AND%20NOT%20macro=jira
where <spacekey> would be the key that is used to refer to the space (it shows up in the URL when you are looking at a page in that space).
Actually, if I think about it, you could just search for
spacekey:<spacekey> NOT macroName:jira
and it would have the same effect :)
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.