• 4
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      Not sure if this has already been implemented, but it would be nice if there was an option to move a blog post from one space to another (along with all it's comments, etc) assuming that space to be on the same server.

          Form Name

            [CONFCLOUD-2455] Move news (blog post) to another space

            Hello creator,

            In this case, to move bulk blog posts I'd recommend you to run an update query against your database. Example:

            update content set spaceid = <new_space_id> where spaceid = <current_space_id> and contenttype like '%BLOG%';
            
            • Changing the <new_space_id> and <current_space_id> fields with the proper IDs.

            That's just an example, so you can reduce the scope of the update using other fields on the where clause, such as the title and etc.

            Just remember to shutdown Confluence before running the query and please save a backup copy of your database before any attempt.

            I hope it helps.

            Eduardo Mallmann (Inactive) added a comment - Hello creator , In this case, to move bulk blog posts I'd recommend you to run an update query against your database. Example: update content set spaceid = <new_space_id> where spaceid = <current_space_id> and contenttype like '%BLOG%' ; Changing the <new_space_id> and <current_space_id> fields with the proper IDs. That's just an example, so you can reduce the scope of the update using other fields on the where clause, such as the title and etc. Just remember to shutdown Confluence before running the query and please save a backup copy of your database before any attempt . I hope it helps.

            I wonder if I have to move a bunch of blog posts to another space.... should I move them one by one?

            Stefano Coletta added a comment - I wonder if I have to move a bunch of blog posts to another space.... should I move them one by one?

            But the version at your second link is 5.3-OD-15, shouldn't it be 5.5-OD-something? I don't see any 5.5-OD- in the version list
            https://jira.atlassian.com/browse/CONF#selectedTab=com.atlassian.jira.plugin.system.project%3Aversions-panel

            But anyway, thanks for the heads up!

            Dmitry Pashkevich added a comment - But the version at your second link is 5.3-OD-15, shouldn't it be 5.5-OD-something? I don't see any 5.5-OD- in the version list https://jira.atlassian.com/browse/CONF#selectedTab=com.atlassian.jira.plugin.system.project%3Aversions-panel But anyway, thanks for the heads up!

            Click 5.5 above, that takes you to https://jira.atlassian.com/browse/CONF/fixforversion/37792
            Then use the version navigation (top right), you'll see the O.D. releases.

            https://jira.atlassian.com/browse/CONF/fixforversion/37498 has a date on it - you might assume that 5.5 is more than a month away from being pushed to OD.

            Martin Cleaver added a comment - Click 5.5 above, that takes you to https://jira.atlassian.com/browse/CONF/fixforversion/37792 Then use the version navigation (top right), you'll see the O.D. releases. https://jira.atlassian.com/browse/CONF/fixforversion/37498 has a date on it - you might assume that 5.5 is more than a month away from being pushed to OD.

            Does this apply to Confluence OnDemand as well? How do I figure out which OD version is my instance running?

            Dmitry Pashkevich added a comment - Does this apply to Confluence OnDemand as well? How do I figure out which OD version is my instance running?

            Well, note the "Fix Version" - whenever Confluence 5.5 gets released, that's when you'll see this fix come into play. Yay.

            Martin Cleaver added a comment - Well, note the "Fix Version" - whenever Confluence 5.5 gets released, that's when you'll see this fix come into play. Yay.

            The issue is marked as Resolved but I still don't see how can I move blog posts from one space to another.
            We're using Confluence OnDemand. Am I missing something?

            Dmitry Pashkevich added a comment - The issue is marked as Resolved but I still don't see how can I move blog posts from one space to another. We're using Confluence OnDemand. Am I missing something?

            Thank you Kenny for taking this on! Now I have hopes that this issue will actually be solved before the 9 year celebration

            Anders Ingestedt added a comment - Thank you Kenny for taking this on! Now I have hopes that this issue will actually be solved before the 9 year celebration

            Hey, you have to do something about that guys... I just made a space public after moving "private pages" to another space and just realized that the blog (which have private informations) haven't move... and just can't move !

            nicolas frank added a comment - Hey, you have to do something about that guys... I just made a space public after moving "private pages" to another space and just realized that the blog (which have private informations) haven't move... and just can't move !

            Confluence is really an awesome tool, but this needs to be fixed.
            We are about to restructure our intranet and run into trouble as we cannot merge spaces which both contain important space news / blog posts ...

            Dennis Mersjann added a comment - Confluence is really an awesome tool, but this needs to be fixed. We are about to restructure our intranet and run into trouble as we cannot merge spaces which both contain important space news / blog posts ...

              kmacleod Kenny MacLeod
              e4f737705482 Guy Fraser
              Votes:
              245 Vote for this issue
              Watchers:
              142 Start watching this issue

                Created:
                Updated:
                Resolved: