Modifying server scripted field to work in cloud, get Parent summary

Akseli Hakli January 12, 2022

We have this Scriptrunner scripted field that checks if issue has a parent, and if so gets the summary. How would I go about modifying this to work in Jira Cloud? Thank you for any help

def parent = issue.getParentObject();
if (!parent){
return
}
else{
parent.getSummary();
}

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events