Hi There
I need to determine which checkbox "customfield_11695" option was unchecked.
Trigger: Field value changed
Fields to monitor for changes: “Test Checkbox” ("customfield_11695")
Change type: Value deleted
For: Edit issue
Log Action: {{#changelog.customfield_11695.value.from}}{{/}}
Problem: {{#changelog.customfield_11695.value.from}}{{/}} return empty
I am sure I am messing up the syntax somehow, but I have tried many variations without success and cannot seem to find any relevant online examples.
Any suggestions?
Issue Before Trigger
Automation
Issue After Trigger
Audit Log After Trigger
Hi @van den Bergh, Marius, Vodacom (External)
There are field change, smart values for the additions and removals: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--fieldChange--
Please try this, based on the trigger you show in the rule:
{{deletedFieldChange.values}}
Kind regards,
Bill
Work perfectly!! Thank you so much. I should have asked sooner, wasted allot of time on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn that helped!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please try: {{#changelog.customfield_11695}}{{from}}{{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Kalyan, tried it, outcome is the same - "Blank".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.