Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Deleted user 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
Product Admin
TAGS
AUG Leaders

Atlassian Community Events