Hi Confluence automation experts,
we need your help: we are not getting anywhere with the creation of an automatic rule and hope to get a hint here about our error:
The goal is to insert a specific label (test1) in a space (space key: jp) on pages with "test1" in the title that do not already have this label. Therefore we choose the sequence via automation rules:
> When: Scheduled
>> Every week on Mon at 11:00 AM
> If: CQL condition
>> space = jp AND title ~ "test1" AND label != "test1"
> Then: Add label
>> test1
After saving everything and publishing the rule we run a test and receive the following error:
CQL condition
Error in execution:
Expecting to have a content ID in context.. Trace ID: ec5f5a56-5a02-4331-. . .
We found that the plugins are stored in a directory with the attachments and cleaning out the cache directories in conf_home before the first start will load them back up
I've found it helpful to keep a list of third-party plugins that we installed on Confluence, so that when we do a backup/restore we know which ones we have to re-install.
It's also helpful to keep any notes about each plugin (such as the HTML plugin -- you have to manually enable some modules to use all the functionality). Another example is the SQL plugin, which has to be configured separately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's probably best and recommended for larger installations anyway to do a database backup + home directory restore rather than using the XML backup method. This should carry across plugins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.