craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add easy way to interact with xml/json-rpc api

craftamap opened this issue · comments

Atlassian still did not implement some nice endpoints like creating users into the rest api. such a shame. Although deprecated in confluence 5.5 in 2014, the soap/xml-rpc/json-rpc api is still available (although it needs to be enabled by hand).

It would be super cool to do:

pluploader rpc <method name> <argument1> <argument2> ...

and therefore interact with the xmlrpc api. This obviously does not allow for complicated interactions, but creating a user by writing:

pluploader rpc addUser alice secretPassword

Closed by 8c16b1d