...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Section | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Building Groovy scripts
To learn how to write Groovy scripts, you need to know the basics of Groovy and how to use it in JMWE. You can either learn from the references or tutorials.
References for learning Groovy
...
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