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:
Greetings, related to the links above, how does one get a trusted request factory, for Confluence? The links above pertain only to Jira, but this question relates to Confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.