Created
October 9, 2020 13:17
-
-
Save rknj/30b8adf602e16ed6143ed952cad9ba54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<report name="My Report" key="my-report" class="org.example.jira.reports.MyReport"> | |
<description key="my-report.description"/> | |
<resource name="view" type="velocity" location="/templates/reports/my-report/view.vm"/> | |
<resource name="i18n" type="i18n" location="MyReport"/> | |
<label key="my-report.label"/> | |
<properties> | |
<property> | |
<key>versionId</key> | |
<name>report.myreport.versionId</name> | |
<description>report.myreport.versionId.description</description> | |
<type>select</type> | |
<i18n>false</i18n> | |
<values class="org.example.jira.reports.NewFieldValuesGenerator"/> | |
</property> | |
… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment