BIRT tutorial
Learn in this video (~15 min) all the basics you need to create a BIRT report from the scratch and run it on Jira:
The tutorial below is a bit outdated, but it is still very useful to create a BIRT report from scratch and get useful tips
This tutorial will guide you step by step to create a BIRT report from the scratch fully integrated with JIRA. You will learn the BIRT's basics to connect to JIRA data, create visualizations (tables, charts), format reports to get a similar appearance than JIRA, build reports that work locally with Eclipse and remotely with JIRA at time, use variables, parameters, grouping, data aggregation, etc.
Developing BIRT reports is almost like building HTML pages... but in a more structured way. BIRT reports are XML documents supporting layouts, items like tables, charts, etc, styles, and so on. You do not have to learn XML BIRT document format as the BIRT Eclipse tool allows to create them in a friendly and visual way and use some basic Javascript and HTML code embedded in reports. The BIRT engine (server) transforms BIRT XML documents (reports) into HTML pages and other popular formats (MS Offics, PDF, etc).
- Chapter 0 - The environment
- Chapter 1 - Create a BIRT project on Eclipse
- Chapter 2 - Create a Data Source
- Chapter 3 - Create a Data Set
- Chapter 4 - Create a Table item
- Chapter 5 - Running the report
- Chapter 6 - Variables: How to display JIRA icons
- Chapter 7 - AUI-styled reports: tables, lozenges for statuses, etc...
- Chapter 8 - Links: How to open issues on JIRA
- Chapter 9 - Formatting: Nicer BIRT reports
- Chapter 10 - Using Java: How to run the same report on any JIRA instance
- Chapter 11 - Automatic report resizing on JIRA gadgets
- Chapter 12 - Add BIRT reports to JIRA Dashboards
- Chapter 13 - Grid Layout for richer content with a Pie Chart
- Chapter 14 - Group & Aggregation: Tracking issue progress
- Chapter 15 - Input parameters
- Chapter 16 - Sharing Report URLs
- Chapter 17 - Atlassian Wiki Content