Hello,
I have created custom "report" and add it in atlassian-connect.json (jirareports section)
When I click on my report the URL is "plugins/servlet/ac/MYADDONKEY/MYADDONURL?project.key=SE&project.id=10002"
When I click on the other report made by Atlassian, the URL is "secure/ConfigureReport!default.jspa?selectedProjectId=10002&projectOrFilterId=project-10002&projectOrFilterName=Scrum-expert&reportKey=com.atlassian.jira.plugin.system.reports%3Aaverageage-report"
My problem is : I don't keep the left menu with all reports when I open my addon
My question : How keep left menu on my report ?
My configuration :
"jiraReports": [
{
"url": "/project-report?projectKey={project.key}",
"description": {
"value": "Aged Analysis Report"
},
"reportCategory": "ISSUE_ANALYSIS",
"thumbnailUrl": "http://www.appsonic.fr/img/products/jira_plugin/statusReport_en.jpg",
"name": {
"value": "Aged Analysis Report"
},
"key": "reportagedbalance"
}
],
Tks
Steps :
1) Open JIRA report and click on my custom cloud report
2) Display report without left menu