I have created a number of product requirements pages within a team space, however no product requirements index page has been created. All the blog posts I can find say that this should be created automatically once you save a product requirement page, however this doesn't seem to have happened. Can anyone help?
Thanks!
Hi Katie,
you can easily create the product requirements page on your own. It's just a Confluence Page like that:
Title: Product requirements
Then there's a macro "Create from Template" with the following parameters:
A horizontal row
Then the macro "Page Properties Report" with the following params:
That's it.
If you have the Source Editor, you can also use this code for the page:
<p style="text-align: right;">
<ac:structured-macro ac:macro-id="9bca9704-dd23-4fce-98a4-3cd3c945fa96" ac:name="create-from-template" ac:schema-version="1">
<ac:parameter ac:name="spaceKey">
<ri:space ri:space-key="<your-space-key"/>
</ac:parameter>
<ac:parameter ac:name="blueprintModuleCompleteKey">com.atlassian.confluence.plugins.confluence-software-blueprints:requirements-blueprint</ac:parameter>
<ac:parameter ac:name="templateName">com.atlassian.confluence.plugins.confluence-software-blueprints:requirements-blueprint</ac:parameter>
<ac:parameter ac:name="buttonLabel">Add Product requirements</ac:parameter>
</ac:structured-macro>
</p>
<hr/>
<p>
<ac:structured-macro ac:macro-id="ebd30005-b14c-4661-9b0f-c74a4cde4164" ac:name="detailssummary" ac:schema-version="2">
<ac:parameter ac:name="label">requirements</ac:parameter>
<ac:parameter ac:name="analytics-key">requirements</ac:parameter>
<ac:parameter ac:name="cql">label = "requirements" and space = currentSpace()</ac:parameter>
</ac:structured-macro>
</p>
Thanks so much Thomas! This is brilliant!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome, @Katie Salter
If you think, your question is answered, please mark it as answered. With such a marker, other user find answered questions more easy.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, this builds an index of the product requirement pages.
It'd be much more useful to have an index which shows all the product requirements themselves in a single place.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.