The Jira Issues module shows a list of Issues to users. It only shows Issues they have permission to view.
You can add this module to your site home, category homes, and Jira projects/JSM portals.
Module setup
Advanced settings
Some of these settings are available from 3.1 and up.
There are two advanced settings that can be made to this module:
Columns - what columns to show
Filter - what tickets to filter out
Columns
To show columns you use the field names to specify which to show.
For custom fields, use customfield_xxxxx where xxxxx is the field id, example customfields_10107
Filters
Use JQL to add your filter. For custom fields, use cf[xxxxx] where xxxxx is the field id, example: cf[10107].
Example