Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

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

Code Block
#JIRA_ISSUE_KEY#: #CUSTOMER_ACTION#

Body

Code Block
<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

 

...