-
Bug
-
Resolution: Fixed
-
High
-
9
-
Minor
-
3
-
Issue Summary
When using the "page.aiSummary" and the "page.aiActionItems" Smart Values in an automation rule, the output is empty.
Steps to Reproduce
- Create a new automation rule;
- Add the Manually triggered trigger;
- Add the smart values condition;
- Set the first value to
{{page.title}}
;
- Set the condition to "contains";
- Set the second value to any random text;
- Add the Add comment action;
- Set the comment field to these smart values:
{{page.aiSummary}}
–
{{page.aiActionItems}}
- Save and enable the automation rule;
- Create a test page, using the title from step 6 and add some random text to it;
- Publish the test page;
- Manually trigger the automation rule from the test page;
Expected Results
The automation rule adds a comment with the smart values, with their expected values:
{{page.aiSummary}}
- an AI generated summary of a page
{{page.aiActionItems}}
- an AI generated list of action items of a page
Actual Results
The automation rule adds an empty comment.
Workaround
Reduce the page size when using AI smart values in Confluence automation, as longer pages are not currently supported.