ScriptRunner – Write Hello World Program in Jira | Groovy

    18
    12



    Let us create a Hello World program using ScriptRunner app in Jira.

    #ScriptRunner #SR4J #Adaptavist #Jira #Atlassian #RaviSagar

    Groovy code to get issue summary

    https://github.com/sparxsys/ScriptRunner-Scripts/blob/master/getSummary.groovy

    ScriptRunner documentation: https://scriptrunner.adaptavist.com
    ItelliJ IDEA Integration: https://scriptrunner.adaptavist.com/latest/jira/intellij-integration.html

    Need my help? Raise a ticket for me: https://www.ravisagar.in/support

    Jira books and Video courses (Available to buy)

    1. Jira Quick Start Guide (Book): https://go.ravi.pro/JiraQuickStartGuide

    2. Mastering Jira (Book): https://go.ravi.pro/masteringjira

    3. Jira 7 Guide for Administrators and Developers (Video course)
    https://www.packtpub.com/application-development/jira-7-guide-administrators-and-developers-video

    4. Jira 7 Essentials (Video course)
    https://www.packtpub.com/application-development/jira-7-essentials-video

    Free Video courses

    1. Atlassian: Learn about Atlassian products like Jira, Confluence, Bitbucket and Bamboo in Atlassian playlist:

    2. Algorithm Design and Analysis

    3. Structure for Jira

    4. ScriptRunner for Jira

    Become an expert at using Jira 7 through this one-stop guide! by reading my book “Mastering Jira 7 – Second Edition”

    This book provides a comprehensive explanation covering all three components of Jira 7, such as Jira Software, Jira Core, and Jira Service Desk. It shows you how to master the key functionalities of Jira and its customisations and useful add-ons, and is packed with real-world examples and use cases.

    https://www.RaviSagar.in/MasteringJira7

    https://www.linkedin.com/in/ravisagar/

    Buy books: https://jira.training

    source

    Previous articleCĆ i đặt CI/CD vį»›i Jenkins Ä‘į»ƒ build vĆ  deploy Docker Image [live coding][reup]
    Next articleAWS For Beginners in Telugu | What is AWS in Telugu | AWS Training || Cloud Computing Telugu

    12 COMMENTS

    1. I'm a newbie and this is great as I think you're filling in a huge knowledge gap, especially since the product documentation assumes you are already familiar with Groovy/ScriptRunner . How does one figure out which modules to import and what is available? For example – com.atlassian.jira.issue.issue; When I try to do the autocomplete it doesn't seem to work.