I want to know what needs to be done to be able to create customized reports using SSRS with a cloud-based JIRA. How can I integrate SSRS in a cloud-based JIRA? Will I be able to access JIRA database if I am using the cloud version?
My guess is that you'd need a third-party system that would be able to interpret JIRA REST API and return it in a format understood by SSRS.
I know there's some third parties allowing JIRA > ODATA, but i have no clue what format SSRS is expecting.
You could also have a script pulling data out of JIRA REST API, inserting it in a MSSQL database and using SSRS on that DB instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.