I have a JIRA automation setup to trigger whenever an update occurs on JIRA issues that have a specific label. The triggered rule sends a formatted message to a slack channel to bring awareness to the change via web hook. Here is my message that attempts to use smart values:
*{{issue.key}}* – {{issue.summary}} was updated by {{initiator.displayName}}
{{changelog.fieldName}}: {{changelog.fromString}} → {{changelog.toString}}
The first line works perfectly. However, I cannot get anything to show up from the changelog. I can spit out the summary when using {{changelog.summary}} but not the individual fields.
ChangeItemBean{fieldId='summary', field='summary', fieldType='null', from='null', fromString='Testing Automation', to='null', toString='Testing Automation 1 2 3'}
I just get empty values so it looks like this
DEV-165 – Testing Automation 1 2 3 was updated by Yvette Nash
: →
It does not matter what I update either; dates, fixversion, etc. Same result.
Any insights greatly appreciated.
Yvette Nash
Yvette Nash
3 comments