Versions Compared

Key

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

...

Warning

Looking for the documentation on the newest versions of Power Actions for Jira 8? Click here and leave these dusty old pages behind!

Our customers often request custom transitions that will would change some certain values on an issue , or take action based on those values without advancing it the ticket through the workflow. This usually required identical transitions to be created for every step of the workflow, which is was time-consuming as well as difficult to maintain.

We decided that we could use our own Simple Issue Language Language™ to create custom actions , similar to transitions, that are flexible and also reusable, making thus reducing maintenance cost and making development and configuring a breeze.

The actions are based on a custom field. This makes them easy to use and also benefit from the already existing Custom Field Context configuration available with JIRAJira.

The Blitz Power Actions use 3 the following SIL scripts each:

  1. The condition script . This decides — defines whether the action is available for the user to execute , or if whether it is visible to the user but not executableunavailable for execution, or if it is simply hidden with no visual indication that it existsnothing visible on the UI.
  2. The screen script. This decides if — defines whether an action requires some certain user input before the action is executed. It allows enables the administrator Admin to generate a form with fields that will provide input to the actual execution of the action.
  3. The action script.  This is the script that does all the work after all input has been gathered.

What's next

Configuring a Power Actions Custom Field