Versions Compared

Key

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

...

  1. Go to cog icon at right of the screen for your Email Issue custom field. 
  2. Select the Configure link.
  3. Now we'll need to create a button that will trigger the dialog for the email details.Click on the Edit Buttons link. You will find it on the bottom of the page in the section named Buttons.
  4. Add New Power Action by creating a Button Text called: "Send Email". Press the Add button.
  5. After you created this button you'll see 5 links for this button in the right of the screen.
  6. The first three of them are the SIL scripts that controls it. The first script, named Condition Script, contains the condition for the button visibility. The default value is visible, so if you want all the user to see and action this button you can let the default script.
  7. The second Script, named Screen Script, allows you to determine if the send email action requires additional data and builds a form that the user can fill in.
  8. The third Script , named Action Script, sends the email you'll want to the specified email addresses.

...