Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

info
Code Block
if(isNotNull(parent)) {
    return parent.status;
}

Note

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.