Notify Salesforce record Owner about created Jira Issue Comment

Content Image

In the Start, choose the Peeklogic Issue Comment object and select A record is created in the configure trigger.

Content Image

In the Get Records element, choose Peeklogic Jira Issue object and set condition:
Id -> Equals -> {!$Record.peeklogic_jc__Jira_Issue__c}.

Content Image

n the Get Records element, choose the necessary Salesforce object and set condition:
Id -> Equals -> {!Get_Jira_Issue.peeklogic_jc__Object_Connect__r.Name}.

Content Image

In the Decision element, check whether the Salesforce record is found. Set condition for that:
{!Get_Case} -> Is Null -> {!$GlobalConstant.False}.

Content Image

Choose Send Email in Action element, populate values:

  • Body: create variable with type Text Template;
  • Recipient Address List: {!Get_Case.Owner:User.Email};
  • Rich-Text-Formatted Body: {!$GlobalConstant.True};
  • Sender Email Address: email that you prefer to use;
  • Subject: create text for that.

 

The Salesforce record owner gets email notification every time a Jira comment is created on the associated Jira Issue  with the Salesforce record.

Content Image

 

Ready to simplify your Salesforce integrations?

    Peeklogic AI Orchestrator