Section | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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 https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/Issue.html
- 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