Versions Compared

Key

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

Table of Contents

You will need the following JIRA plugins:
Blitz-Actions
Info
titleRequired plugins
apps

Power Actions™ for Jira

Level: INTERMEDIATE

Problem

...

First off, we create the Reschedule action.

...

Image Added

Condition Script

Then, we must make it available only for the project lead and only for issues that are not Resolved or Closed, so we write the following condition:

...

This will generate the following screen

Image Modified

Tip
titleType conversion

 Don't forget that assigning a string value containing pipes to a string array, will split the original string at the position of each pipe. Therefore, we can use "1.0|2.0" as a value for Fix Versions to set multiple values.

...

That's it! You now have a powerful tool, reusable across multiple projects!

See also