PR #193 includes the following updates:
Bug Fix
- Fixes a runtime error on Snowflake and BigQuery that occurred when an issue's concatenated comments exceeded the warehouse's string length limit. The
conversationfield injira__issue_enhancednow returns'conversation too long to render'for those issues instead of failing the entire run.count_commentsis unaffected. The character threshold defaults to 16,777,216 (16MB) but can be lowered using thejira_conversation_char_limitvariable. See the README for configuration details and the DECISIONLOG for per-warehouse details.
Full Changelog: v1.10.0...v1.10.1