Salesforce Notification
Deploy Jira fields that will be needed in flow.
Email Notification about change Status
- Create Record-Triggered Flow.
- Select ‘Peeklogic Jira Issue’ as triggered object and configure trigger when record is updated.
- Set Conditions
- Add an ‘Action’ element and configure it.
- Create an Email Template.
- Create link to Issue if needed:
LEFT({!$Api.Partner_Server_URL_340},FIND(“/services”, {!$Api.Partner_Server_URL_340})) & {!$Record.Id}
- Save and activate Flow.
Email will look like this:
SF Notification about change Status
- Create Record-Triggered Flow.
- Select Peeklogic Jira Issue as triggered object and configure trigger when record is updated.
- Set Conditions.
- Create new Custom Notification.
- Add the ‘Get Records’ element.
- Add the ‘Decision’ element and check if Custom Notification was found.
- Create a new text variable ‘UserIds’.
- Add an ‘Assignment’ element and use the just created variable ‘UserIds’.
- Add an ‘Action’ element and select ‘Send Custom Notification’ action.
- Create Notification Template.
- Save and activate Flow.
Notification will look like this: