Skip to content

Uses Python and threading fun to migrate Jive discussions to Wiki as article and comments

Notifications You must be signed in to change notification settings

eddiewebb/jive-confluence-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Jive to Confluence Questions migrator

Ports any Discussions marked as Questions in Jive over to Confluence Questions.

In Jive

Sample question in Jive

Results in Confluence

Resulting question in Confluence

Install python and Request library

brew install python
pip install requests

Create key

If running locally you could tear out encryption, otherwise script assumes AES key was used to output hex encoded value for passwords.

  1. encrypt values needed for Jive and Conluence
  2. Place ciphers in config/config.js for the appropriate environment
  3. Pass path to key and enivronment name to main script
#!/bin/bash
ENCKEY="YOUR.KEY.BYTES.HERE" ENVNAME="test" python jiveToConfluence.py

About

Uses Python and threading fun to migrate Jive discussions to Wiki as article and comments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published