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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.