Releases: emiloberg/hubot-jira-servant
Releases · emiloberg/hubot-jira-servant
Release list
v1.2.0
- As the Handlebars template is used to create a JSON (which is sent to Slack), there's now the Handlebars helper
safewhich will escape"and\. If you've customized the Handlebars template, please add the helper when printing variables. E.g. change{{fields.summary}}to{{safe fields.summary}}. Take a look atchanged-issues.hbsfor the default template. - Tabs in Jira responses are removed
Thanks Marc Abramowitz for all of the above.