Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Report module after jira upgrade to 7.4.1

Aanchal Handa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 25, 2017

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

image.png491x710 59.2 KB

 

Please help.

 

 

Thanks

0 answers

Suggest an answer

Log in or Sign up to answer