Hello, I'm new in my company and I would like to change every mentioned name from my former colleague to mine. Do I have to do this manually, or is there a function that helps me to do this in one go? As she is mentioned about 50 + times, I thought there's maybe an easier and shorter way. Thanks for help in advance.
Welcome to the community Madlen!
REST APIs would be a good start, you can look for the pages' body and search for the pages which mention your former colleague, then you need to update the page with your own mentions. Here is the REST API documentation:
- Get Page: https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content/#api-wiki-rest-api-content-get
- Update Page: https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content/#api-wiki-rest-api-content-id-put
Hope it hleps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.