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

« Previous Version 3 Current »

Customer Actions correspond to all of the 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 out the following information

Action Type

Mandatory

Start by configuring 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 set.

Deleted

Release

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

Released

Couple

Used when wanting to add transport requests that already exist in the managed system

Couple, Added, New

Decouple

Used for removing the link of the transport to the specified Jira issue and makes it disappear from the list

Decouple

a description is not relevant, as the it will vanish from the list

Import

Uses to import transport request in th next system.

Import

Custom

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

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

up to you

 

 

After creating the Customer Actions you will be able to see them:

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

Email Template

The Cross Connector also includes an email sending functionality which consists of notifying different recipients assigned to an 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 provided by the Connector itself.

HTML Email template example

This is an example of an HTML template. As mentioned above, you can compose the Template 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# - Requests 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