The problem you need to solve:
You want access to reports you frequently use, but you do not want to configure them each time you need to generate them.
How Minyaa solves this problem:
Minyaa provides a "Fragment" portlet that is used to provide shortcuts to frequently used reports.
Parameter | Description |
---|---|
Project | Represents the project on which reports will be based |
Fragment Type |
The Predefined Reports for a User option provides the following reports:
|
<atlassian-plugin key="jira.plugin.your.comapany.reports" name="Your Company JIRA Plugin Predefined Reports"> <plugin-info> <description>Atlassian JIRA Plugin - Your Company Predefined Reports</description> <version>1.0</version> <application-version min="3.13" max="3.13" /> <vendor name="Your Company" url="http://your.company.com" /> </plugin-info> <!-- Report with your Parameters --> <web-item key="your.predefined.report" name="Your Predefined Report" i18n-name-key="webfragments.preset.reports.item.your.predefined.report" section="browser.project.preset.reports" system="false" weight="1"> <label key="weblink.reports.your.predefined.report" /> <link linkId="your.predefined.report">/secure/ConfigureReport.jspa?reportKey=jira.any.plugin:report.key&param1=value1&param2=value2&author=$user</link> <resource type="i18n" name="i18n" location="com.company.jira.webfragments.predefinedReports" /> </web-item> </atlassian-plugin>
# A Predefined Report webfragments.preset.reports.item.your.predefined.report=Short Report Description weblink.reports.your.predefined.report=Detailed Report Description