#Jive to Confluence Questions migrator
Ports any Discussions marked as Questions in Jive over to Confluence Questions.
brew install python
pip install requests
If running locally you could tear out encryption, otherwise script assumes AES key was used to output hex encoded value for passwords.
- encrypt values needed for Jive and Conluence
- Place ciphers in config/config.js for the appropriate environment
- Pass path to key and enivronment name to main script
#!/bin/bash
ENCKEY="YOUR.KEY.BYTES.HERE" ENVNAME="test" python jiveToConfluence.py