Post function scripting for Jira without ScriptRunner?

Now that Script Runner is switching to a commercial non-free license http://www.adaptavist.com/w/continuing-to-develop-scriptrunner-for-jira/ with a typical overly expensive Atlas plugin modules - are there any good alternatives for these two cases:

  • Mail functions - performed at arbitrary points in the workflow

  • Validation functions - checking the contents of fields before / after updating in the workflow.

The webhook / event listener can work for post functions, although this is not as simple as disabling the built-in.

It seems like a plugin can be developed that will implement a callout in the style of the URL URL for each of them, but there may be better options ...

Any ideas?

+4
source share
1 answer

Jira Scripting Suite is: Create your own Python scripts for validation, post-functions, listeners. JIRA 7.0 is ready. Its documentation is poor, but it works.

+1
source

All Articles