Does anyone have an example of adding a custom space property from ScriptRunner for Confluence console or a listener?
From Adaptavist:
<base_url>/rest/api/space/<space_key>/property
Body Request:
{ "key": "test.post.spaceProperties", "value": { "pass": "propertiesHere" } }
http://localhost:8090/c7200/rest/api/space/PTC/property/{key-value}
Replace key-value with the key you have set previously, 'test.post.spaceProperties'
You can find the library script on how to run a POST and GET request below library scripts:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.