Hi
For previous versions of Jira I override the ConfigureReport class through a webwork action, in order to set a dynamic value for a date object configuration. I also modified the atlassian-plugin.xml file to get the value with a class:
<property>
<key>startDate</key>
<name>report.requirements-growth.issuecreation.startdate</name>
<description>report.requirements-growth.issuecreation.startdate.description</description>
<type>date</type>
<values class="com.atlassian.plugins.tutorial.jira.reportsutils.ProjDefDateGen"/>
</property>
However I see that in Jira 7.5 the ConfigureReport is no longer in the actions.xml therefore the class cannot be overridden and the code I wrote is not working anymore. So, how can I set a dynamic default value in an object configuration of date type?. Thanks.
Regards,
Edgar
Community moderators have prevented the ability to post new answers.
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.