Skip to end of banner
Go to start of banner

Parent issue status scripted field

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Problem

You would like to display the status of the issues parent in a custom field.

Display comment text only

if(isNotNull(parent)) {
    return parent.status;
}

Make sure that the “Child update” trigger is enabled in the scripted field configuration to ensure that the scripted field on the child gets updated when the parent issue is updated.

  • No labels