I have a automation rule that posts to slack when a custom field is changed by someone who isn't on an agreed list.
This works as
if custom field 10012 is changed
and the user isn't User A or User B
then post the following message to slack
Target Release has been changed on {{triggerIssue.url}} From *beforeState* to {{issue.fields.customfield_10053}} by {{initiator.displayName}}
I have 2 questions
1. What can I use to post the before state of the field
2. Can I display the display text not the ID
And to be more precise, write this, but change "Client" to the custom field's name:
{{#changelog.Client}}{{fromString}} to {{toString}}{{/changelog.Client}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Doesn't look like this works with custom fields only the 3 listed
have you managed this with any other fields?
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.
Do you mind sharing what worked for you? I am trying
{{#changelog.customfield_10013}}{{fromString}} to
{{toString}}{{/changelog.customfield_10013}}
and cannot seem to get it to work
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.