Hi,
We have the space blueprint, in which we are creating the "Meeting notes" page. We go the "Meeting notes" page format as xml file from "View storage format". However whenever we create a meeting from within the "Meeting notes" page, it generates an additional page "Meeting notes(2)". Meeting created appears in both "Meeting notes" and "Meeting notes(2)". We do not want "Meeting notes(2)". Any idea what we are doing wrong. The same behavior is observed in "Decision log" page.
Our "Meeting notes" xml looks like
<p style="text-align: right;">
<ac:macro ac:name="create-from-template">
<ac:parameter ac:name="contentBlueprintId">608261c3-441e-405e-9ed7-9cd97b2acf43</ac:parameter>
<ac:parameter ac:name="blueprintModuleCompleteKey">com.atlassian.confluence.plugins.confluence-business-blueprints:meeting-notes-blueprint</ac:parameter>
<ac:parameter ac:name="createButtonLabel">Create meeting note</ac:parameter>
</ac:macro>
</p>
<h2>Incomplete tasks from meetings</h2>
<p>
<ac:macro ac:name="tasks-report-macro">
<ac:parameter ac:name="pageSize">10</ac:parameter>
<ac:parameter ac:name="spaceAndPage">space:AW</ac:parameter>
<ac:parameter ac:name="status">incomplete</ac:parameter>
<ac:parameter ac:name="labels">meeting-notes</ac:parameter>
<ac:parameter ac:name="cql">label = "meeting-notes" and space = currentSpace()</ac:parameter>
</ac:macro>
</p>
<h2>All meeting notes</h2>
<p>
<ac:macro ac:name="content-report-table">
<ac:parameter ac:name="contentBlueprintId">608261c3-441e-405e-9ed7-9cd97b2acf43</ac:parameter>
<ac:parameter ac:name="blueprintModuleCompleteKey">com.atlassian.confluence.plugins.confluence-business-blueprints:meeting-notes-blueprint</ac:parameter>
<ac:parameter ac:name="analyticsKey">meeting-notes</ac:parameter>
<ac:parameter ac:name="blankDescription">Plan your meetings and share notes and actions with your team.</ac:parameter>
<ac:parameter ac:name="blankTitle">Meeting notes</ac:parameter>
<ac:parameter ac:name="createButtonLabel">Create meeting note</ac:parameter>
<ac:parameter ac:name="labels">meeting-notes</ac:parameter>
<ac:parameter ac:name="cql">label = "meeting-notes" and space = currentSpace()</ac:parameter>
</ac:macro>
</p>
It seems that is an old issue reported in the post:
I am wondering if it is fixed. We are using confluence data center 7.4.8 and have the same concern here with Meeting notes index page and Decision log index page.
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.