Hello, everyone,
I created an automation to create Jira tasks when new action items are defined in a rolling meeting notes page. The problem here is that this Confluence document is a Live docs and any update on the Task wording is just creating new Jira tasks.
Can someone help me understand how to avoid these duplicates?
One of the issues I faced was adding the Jira task key to the Confluence task name (for auditability) and that just creates new Jira tasks.
Best regards,
Tiago Jobling Santos
For a question like this, I recommend posting images of your complete rule and the audit log details showing the rule execution. Those will provide context for the community to offer better suggestions. Until we see those...
Short answer: With a Live Doc in Confluence, there appear to be timing consistency symptoms for when the task_created event is raised...and thus a Confluence rule with the Task Created trigger does not always run when expected.
As you appear to be on a paid license level, I recommend working with your Product Admin to submit a ticket to Atlassian Support to take a look: https://support.atlassian.com/contact/#/
When you hear back from them, please post what you learn to benefit the community. Thanks!
For more details, and without seeing your specific automation rule...I hypothesize your rule looks something like this for the Live Doc page:
When I use a rule like that with a basic Confluence page, it runs in a predicable manner because the page must be edited and saved / published for the changes to take effect. Only new tasks trigger the rule, rather than any edits.
When I use that same rule with a Live Doc page, I observed differences:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.