I'd like to hand over a page to a different user. Probably that's totally simple to do, but I can't find out how...
Hi all,
i created a feature request for this, as we have the same problem: https://jira.atlassian.com/browse/CONF-41018
Feel free to vote.
Best
Matin
CONF-41018 has been closed as a duplicate of an OPEN ticket in their system
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just found an easy way to do this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
WARNING!!! Do not do this if you have images on the pages! I did this, once I deleted the old pages all the image links are broken and as far as I know have been deleted by deleting the old pages.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would think that the warning that @lophat mentioned could be remedied by downloading and saving the images prior to what @Richard Bate listed as step 1. While I realize that this means more work, it's better to have a proper backup to avoid loss of data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Martin,
In order to change the author of a page/blogpost you will need to apply some database manipulation as there's no straightforward method to achieve that currently:
https://confluence.atlassian.com/display/DOC/Changing+Usernames
Just be sure to take a database backup and involve your DBA in this process before changing anything.
note: this is still a feature request that is being tracked in http://jira.atlassian.com/browse/CONF-4063, feel free to cast your vote there and add yourself as a watcher to receive further updates.
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct link for feature request: https://jira.atlassian.com/browse/CONF-4063
Link in the above has an extra comma in the URL and leads to a page that doesn't exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The feature request is not what the question was about. It was about changing the author of a page, not changing the user name of the author.
I suppose this is also impossible...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is a recent process I used to transfer page and space ownership so I could delete particular users from Confluence:
Here's the workaround for this. It's not pretty. This must be done as admin and backup of current config is highly recommended.
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.
It is actual possible with the plugin "scriptrunner"
I did it yesterday for multible pages at once. The feature is descibed here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi all, the way this is done has changed somewhat in recent versions. Please see this page for detailed instructions: https://confluence.atlassian.com/display/CONFKB/How+to+change+the+creator+of+a+page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not accurate any longer either as the database schema has changed and the update content set creator = (select user_key from user_mapping where lower_username = '<lowerusername>')
doesn't work as it now uses user_key references instead of the actual username. Even then I've seen no proof on my system that it actually updates the creator of the page on the ones I've tried.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I created some confluence projects and then shortly after migrated them to crowd and wanted to change the ownership of the users from the confluence internal to the crowd user. I didn't really like the idea about messing about with SQL queries (even though I am a developer so quite happy with SQL). In the end what I did was export the entire space as XML, delete the space. Then edit the XML (keeping a backup in case you mess this up!) and change the ownership persmissions, the structure is fairly obvious, I had renamed the internal users to have an "_confluence" suffix so I identified those user ids and globally search replaced them with the new user I wanted them to have. I did this on about 10 spaces and it worked fine. The only problem was that sometimes I would end up with duplicate "touched" entries if the new user had touched a file that the old one had, my answer to this is simply to delete any "touched" entries which were problematic, and failing that just delete all of them. I guess I'll lose popular and recently viewed history but that didn't really matter to me.
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.