Versions Compared

Key

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

...

  1. Go to Jira Administration > Issues > Custom Fields.
  2. Click Add Custom Field to add a new custom field.
  3. Select Power Actions Custom Field. Click Next.
  4. Give a name and description to your field aka 'Email Issue'. Click Create.
  5. Check Issue screens you want your field to be reflected in. 
  6. Click Finish.

Step 2: Configure your custom field

  1. Go to cog icon at right of the screen for your Email Issue custom field. 
  2. Select the Configure link.
  3. we'll need to To configure created custom field go to cog wheel menu and click Configure.
  4. To create a button that will trigger triggers the dialog for the email details.Click on the details click Edit Buttons link. You will find it on the bottom of the page in the section named Buttons.
  5. To Add New Power Action by creating a insert a Button Text called : "aka Send Email". Press the Click Add button.
  6. After you created this button you'll see 5 links for this button in the right of the screen.
  7. 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.
  8. 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.
  9. The third Script , named Action Script, sends the email you'll want to the specified email addresses.

...