Panel Preview

Test with real issue data:
- Enter an Issue key (e.g., PROJ-123)
- Click Preview Panel
- View rendered result
The preview shows exactly how the panel will appear on the issue, including:
- Applied templates with actual data
- JQL query results
- Message formatting and styling
Show Issue JSON

View complete data structure:
- Enter issue key
- Click Download Issue Data
- Explore available fields
Useful for:
- Finding field IDs for templates
- Understanding data format
- Discovering available fields
- Debugging template expressions
Template Syntax Guide

Quick reference panel with:
- Variable syntax
- Condition examples
- Loop patterns
- Filter functions
Access the syntax guide directly from the configuration editor for quick reference while building templates.
Debugging Tips
Template Not Rendering
- Check template syntax - use the Syntax Guide panel
- Verify field names match the Issue JSON data
- Test with a simple template first: ``
Panel Not Appearing
- Verify configuration is Enabled
- Check Context Filters match the test issue
- Ensure the Display Module is enabled globally
- Test Display JQL condition separately in Issue Navigator
JQL Query Returns No Results
- Test the JQL in Issue Navigator first
- Check that
currentIssueplaceholder works for your test issue - Verify linked issues exist if using link-based queries
Next Steps
- Configuration Basics - Basic panel settings
- Bulk Operations - Export and import configurations
- Templates - Dynamic content syntax
- Context Filters - Control when panels appear
Message Panel for Jira Cloud