Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

Introduction to Groovy

Groovy is an object-oriented programming language for the Java platform. It is a dynamic language with features similar to those of PythonRubyPerl, and Smalltalk. It can be used as a scripting language for the Java Platform. To know more about Groovy, see the Groovy Documentation.

Groovy in JMWE

Groovy script results in JMWE are used to:

On this page:

Building Groovy scripts

You can learn writing groovy scripts either by going through the list of references (in the order given) or have a look at our tutorials listed below:

References

  • Basics of Groovy: This document explains
    • Basics of Groovy
    • References for learning Groovy
  • Variables that can be used in your Groovy expression
  • Interfaces of your variables and their references. Reference to here
  • How do you access the fields of an issue
  • What are the expected values for each field type of your issue
  • Groovy editor, where you should be writing your Groovy scripts 
  • Groovy script tester, which lets you test the written script against any issue

Tutorials

  • Return a boolean value
  • Return a user object


  • No labels