If you want to import all your users, birthdays in one batch, we have the right tool for you. The attached Java file (link below) can insert all birthdays from a .xls-table, filled with the users and dates., into Congrats for Confluence.
Run this code from the console to start the Java Executable (edit according to the parameter table):
java -DsyncFile="/Users/Niklas/Desktop/birthday.xls" -DbaseUrl=http://localhost:6710 -Dusername=admin -Dpassword=admin -jar /Users/Niklas/Desktop/congrats-sync-1.0-.jar
You can run this on your Confluence server itself or a remote computer.
|
Parameter |
|
|---|---|
|
username |
Admin user |
|
syncFile |
Path to the xls-file |
|
password |
Admin users password |
|
jar |
Path to jar-file |
|
baseUrl |
URL leading to you confluence
|
Java must be installed.
Required Files
-
birthday.xls (Use this file and don't change the formatting)