Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Groovy starter ressources

Emmanuel Boukandoura January 30, 2014

I'm starting with Grrovy. Is there any good resource you would recommend to get languages reference and JIRA API doc?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Henning Tietgens
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 30, 2014

A good starting point for Groovy is http://groovy.codehaus.org/Documentation. A google search for specific questions is good, too. You could even use all kinds of Java documentation, because you could use Java code nearly unchanged for groovy.

For the JIRA API as a reference you could start here https://developer.atlassian.com/static/

Another excellent starting point is the source of the built-in scripts of the Script Runner plugin.

The use of a test system is highly recommended for testing your scripts, because through the scripts you are able to stop or corrupt the JIRA system.

And last but not least, on Atlassian Answers there are a lot of nice people which are happy to help you. :-) Just describe what you want to accomplish, what code you already have and maybe what error messages you find in the log (catalina.out)

TAGS
AUG Leaders

Atlassian Community Events