craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python
Apache License 2.0
11 stars 1 forks source link

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

Closed craftamap closed 3 years ago

craftamap commented 3 years ago

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
craftamap commented 3 years ago

Closed by 8c16b1d3a12ab8f1e8a4a2e0c14af1a26b66e181