The queries
Quick lists generated so the product team can track which features are at which stage, as well as who owns it, its priority, and when each page was last modified.
Product Team tracking list
Stage: Draft
{{#ask:
Feature stage::Draft
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Feature Inbox
{{#ask:
Feature stage::Feature Inbox
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: On hold
{{#ask:
Feature stage::On hold
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Definition
{{#ask:
Feature stage::Definition
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Design
{{#ask:
Feature stage::Design
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Planning
{{#ask:
Feature stage::Planning
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Development
{{#ask:
Feature stage::Development
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Release
{{#ask:
Feature stage::Release
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Landed
{{#ask:
Feature stage::Landed
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Shipped
{{#ask:
Feature stage::Shipped
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}
Stage: Complete
{{#ask:
Feature stage::Complete
| ?#
| ?Feature name#
| ?Feature priority#
| ?Feature list#
| ?Feature version#
| ?Feature product manager#
| ?Modification date#
| mainlabel=-
| sort=Feature priority
| format=template
| template=ProductTeamTrackingListTable
| limit=1000
}}