Report Module after upgradation of Jira

Hi Team,

We have developed Report plugin module on JSD 3.0.10 and Jira 7.0.1 which were working fine .
But now we upgraded to JSD 3.6.1 and Jira 7.4.1 in which report UI get changed and having no calender with date text as like previously we have.

We are using the same properities as like previous (<type> date </type>) but calender is missing

Please find the below screeshot and details for the same

In Atlassian-plugin.xml we use these properties in reports section

     <properties>
      <property>
        <key>filterid</key>
        <name>report.firstresponsereport.filterId.name</name>
        <description>report.firstresponsereport.filterId.description</description>
        <type>filterpicker</type>
        <i18n>false</i18n>
      </property>
      <property>
        <key>startDate</key>
        <name>report.firstresponsereport.startdate</name>
        <description>report.firstresponsereport.startdate.description</description>
        <type>date</type>
        <span></span>
      </property>
      <property>
        <key>endDate</key>
        <name>report.firstresponsereport.enddate</name>
        <description>report.firstresponsereport.enddate.description</description>
        <type>date</type>
      </property>
    </properties>

Screenshot before upgradation and after upgradation

Please help.

Thanks
Anchal

Hi,

Please share the feedback?

Hi @aanchalhanda10,

This looks like the jira-report-plugin sample. I tried the sample plugin and it works fine on my Jira Server 7.4.1. Kindly try and compare your app with the sample app and look for differences. When you build your app (plugin), what Jira version are you using in the POM?

I have tried building the report plugin using Jira version 7.0.1 and running on a Jira Server 7.4.1 and so far the date looks correct.

Cheers,
Ian