Wir möchten eine Automatisierungsregel für Confluence erstellen, die regelmäßig jede Minute ausgeführt wird (als Alternative zum nicht vorhandenen Trigger VERSCHIEBEN)
und
1. alle Seiten unterhalb einer bestimmten Seite in einem bestimmten Bereich betrifft.
1.1 Dann soll ein spezifisches Label für diese Seiten erstellt werden, wenn sie es noch nicht haben
und
1.2 Alle anderen vorhandenen Labels sollen entfernt werden
Hat jemand eine Idee, was die Automatisierungsregel hier sein sollte? Oder bereits implementiert?
Ich kann in der Automatisierungsbibliothek für Confluence keinen Vorschlag finden.
PS: Ich bin nicht versiert in der Programmierung
Ich freue mich auf Antworten. Viele Grüße - Gaby
@Gaby Thank you for your question! We can accomplish some of this ask, but not everything at this time.
We can add a label to pages based on the ancestor, but we cannot remove all other labels without entering the label name. If you know what labels need to be removed you can add a component to remove those.
I recommend setting up a rule like this:
Trigger - scheduled (or whatever would trigger this rule)
Branch Component on Related Entities with CQL that is ancestor=[id of parent page]
Action to Add Label
Note: IF you know which labels to remove you could also add an action to remove the specific labels.
I hope this helps. Thank you!
Hallo Sheerine,
vielen Dank für deine Ratschläge und Informationen. Ich werde versuchen, Ihre Info entsprechend umzusetzen und hier im Ergebnis zu berichten.
Gruß des Dankes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sheerine,
thank you very much for your advice and information. I will try to implement your information accordingly and report here as a result.
greeting of thanks
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.