Book Image

JIRA 6.x Administration Cookbook

By : Patrick Li
Book Image

JIRA 6.x Administration Cookbook

By: Patrick Li

Overview of this book

Table of Contents (16 chapters)
JIRA 6.x Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating custom events


In the previous recipe, Sending notifications for issue updates, we looked at how to set up notification schemes by mapping events to notification recipients.

In this recipe, we will expand on that and look at how to create our custom events. This has two obvious advantages:

  • We can map our own e-mail templates to these custom events

  • We can specify exactly what event will be fired for each workflow transition and set up notification rules accordingly

How to do it…

Proceed with the following steps to create custom events in JIRA:

  1. Navigate to Administration | System | Events.

  2. Enter the new event's name.

  3. Select a template that will be used for the e-mail notification when the event is fired. You can select from a list of JIRA-bundled templates or the custom templates you created.

  4. Click on the Add button to create the new event, as shown in the following screenshot:

Once you have created the events, they will be available in notification schemes, and we will be able to select who...