GOAL: Comment the previous & current status of a linked issue onto the original issue.
TICKET CONTEXT:
I want to comment something like "The SecEng portion of your review has gone from [previous status] to [current status]" on the ISEC ticket so the customer can see the status changes, even though they won't have view access to the full SECENG & OFFSEC tickets.
PROBLEM:
{{#changelog.triggerIssue.status}}{{fromString}} and {{toString}}{{/changelog.triggerIssue.status}} didn't work.
GLOBAL AUTO RULE SETUP:
Hi @Amelia Hernandez -- Welcome to the Atlassian Community!
I recommend simplifying that expression, as shown in the documentation: https://confluence.atlassian.com/automation/jira-smart-values-issues-993924860.html
Perhaps try this:
The SecEng portion of your review has gone from {{#changelog.status}}{{fromString}}{{/}} to {{#changelog.status}}{{toString}}{{/}}
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.