Hello,
I am developing a plugin with Atlassian SDK. There are some reports in my plugin and I want my reports to be seen in a different category in 'Reports' (com.atlassian.jira.jira-projects-plugin:report-page) page. Currently, there are 'Agile', 'Issue Analysis' and 'Forecast & management' categories and there are some built-in projects. My reports are appearing under 'Other' if not one of 3 above is given.
I want my report to be under a custom category which I define like 'Custom' or 'Company Charts' etc. If anyone know a way to do this I would appreciate.
Note: In atlassian-plugin.xml file, I've already defined a custom category as 'category' tag for my report but it doesn't even appear in 'Reports' page.
Thanks,
Furkan