Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Customer Actions correspond to all actions available to users. This includes technical actions executed by the system, as well as freely definable actions.

In order to configure the Customer Actions navigate to Customer Actions and press the Add Customer Action Button.

Fill the following information

Action Type

Mandatory

First configure the mandatory actions that will be used by the system.

Action Type

Comment

Recommended Description

Initial

Used right after creation via the plugin

Created, New

Delete

Used after the transport request is deleted either in the managed system or via the plugin.

The transport remains in the list with this status description informed.

Deleted

Release

Used when the transport has been released in the managed system and therefore cannot be deleted anymore.

Released

 

Custom

You are also free to define your own action to be used. You can define as many custom actions as you see fit.

This is not used for technical operations on the transport itself and acts as a custom label as well as triggering the mail notification below.

 

After creating the Customer Actions you will be able to see them on the list.

You can edit an Action by pressing the edit button or delete it by pressing the delete button.

Email Template

The Cross Connector also includes an email sending functionality which consists on notifying different recipients assigned to a issue about actions that were executed for a specific Transport Request. For this you have to define who should be notified and prepare an HTML-Template located on the right side of the Transport Management Configuration page. This email can be written with variables that are given by the Connector itself.

HTML Email template example

This is an example of an HTML template. As mentioned above, you can compose the email as you wish with the variables that are available.

Email Variables

#JIRA_ISSUE_KEY# - the Key of the ticket in Jira
#JIRA_ISSUE_URL# - the URL to reach the ticket in the Jira server
#RECIPIENT_DISPLAYNAME# - the name to whom the email is sent
#SENDER_DISPLAYNAME# - the name of the current user that triggers the action
#CUSTOMER_ACTION# - the name of the action that was executed (also works for INITIAL and DELETE)
#AFFECTED_REQUESTS# - Requested that were affected by the action

Email Template

Subject

#JIRA_ISSUE_KEY#: #CUSTOMER_ACTION#

Body

<p>Dear #RECIPIENT_DISPLAYNAME#,</p>

<p>The action <strong>#CUSTOMER_ACTION#</strong> was executed for the for the following Transport Requests:</p>

<p>#AFFECTED_REQUESTS#</p>

<p>For more details, access <a href="#JIRA_ISSUE_URL#">#JIRA_ISSUE_KEY#</a>.</p>

<p>Kind regards,</p>

<p>#SENDER_DISPLAYNAME#</p>

 

Verify

 

 

  • No labels