i need to block the creation of subtast in issue parent that are already done.
i firts though on a automation but i belive the solution is on the workflow adding some sort of propertie on the cretion transition
Im not able to use script-runner cuz my company doesn't have it
Hey @Enmanuel V_ - You can use parent status validator on the subtask WF on create which will allow you to select the status and then if "done" is not in that status the validator will not let the user create a subtask.
Here is an example -
Please let me know if this helped.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes that's it! I was not sure if it was available as a default validator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have any other plugins like JSU or JMWE?
You'll need to add a validator on the sub-task create tranistion. The validator needs to check the status of the parent item. But I don't this exisst by default.
You can check your available validators when creating a workflow.
Click the create transition and go to validators.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.