I need to move 30k tags which is present in /etc/tags/default to /etc/tags/<customnamespace> . I can able to move single tags each time. Since we have more tags , i need to move in bulk between different namepaces (for example 25 naespace to move )
Could you please let me know how it can be sorted?
That is a lot of tags to move to a new namespace. The best way to proceed is to write a custom AEM service that can move tags. You can use the TagManager API to perform this task. See:
That is a lot of tags to move to a new namespace. The best way to proceed is to write a custom AEM service that can move tags. You can use the TagManager API to perform this task. See:
moveTag method of TagManager does not create cq:moveTo and cq:backlinks property. It just moves the tag from one location to another. have you come across this scenario?