I would like to disable adding new subtasks to an already closed/resolved issue. Is there a way to acheive this with onDemand?
You can add subtasks only if the "Edit" permission is enabled on the ticket. You can prevent editing on a status by adding the following workflow property:
jira.issue.editable = false
It looks like you're new here. Sign in or register to get started.