...
No | Date | Topics learnt |
1 | 12-03-2020 | Introduction to Groovy, how groovy works, static and dynamic compilation, optional typed, how to use scriptrunner to execute scripts in script console, how to look up to javadoc for methods and classes |
2 | 13-03-2020 | Variables, rules, operators, built in scripts and scenarios in scriptrunner, listeners, exception handling, how to get all the details related to a specific issue (code) |
3 | 16-03-2020 | Conditional statements (if else, switch), looping (for, for in, while), String, string functions, interpolation, multilines, methods / functions, closures, how to get all the subtasks related to issues, fetch their data and manipulate their information (code) |