Hi,
You can use an automatic incident rule with in-product script. The rule can have condition that "Status is Closed", then run in-product script:
helper.fail("You cannot modify a closed incident")When a user tried to modify and save a closed incident, the script will throw an error.
------------------------------
LILY WANG
------------------------------