<atlassian-plugin key="jira.preset.filter.example" name="Preset Filter Plugin Example">
    <plugin-info>
        <description>JIRA preset filter plugin example using web UI plugin module</description>
        <version>1.0</version>
        <application-version min="3.7" max="3.7"/>
        <vendor name="Atlassian Software Systems Pty Ltd" url="http://www.atlassian.com"/>
    </plugin-info>

    <web-item key="filter_closed" name="Closed Issues" section="system.preset.filters">
        <label key="Closed" />
        <link>/secure/IssueNavigator.jspa?reset=true&amp;pid=$helper.project.id&amp;status=6&amp;sorter/field=issuekey&amp;sorter/order=DESC</link>
    </web-item>

</atlassian-plugin>