Versions Compared

Key

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

Table of Contents

You will need the following Jira :
Info
titleRequired Apps
apps

Power Actions for Jira

Level:  BASIC

Problem

Some times the project manager or any other Jira user that can view issue, wants to send a personalized e-mail to some email address. This message is not to be sent automatically, but only if the user explicitly wants to do it and to whoever he wants.

This example shows you how to do that by using Power Actions for Jira and the SIL.

Solution

To resolve this problem you will have to use a Blitz Action Power Actions custom field that creates an email and sends it to its recipients.

...

First of all you'll need to create a new Blitz Action Power Actions custom filed, as follows:

  • Go to Administration page.
  • In this page go to the Issue section.
  • Here you will find a link named Custom Fields, you should click it.
  • Add a new custom field from the button in the right top named: "Add Custom Field".
  • Choose Power Actions Custom Field and click next Next.
  • Name this newly created custom field: 'Email Issue'.
  • Choose applicable issue types and applicable context in order to view the new created custom field only on certain issues and projects.
  • Click Finish.

...