When moving an issue with its sub-tasks from a project to another and even i set the security level for the parent, the moved sub-tasks don't inherit security level from them.
So, their security level is empty.
As workaround, i change the security level for parent to "None" then i affect it to the mentioned security, after that the Sub-tasks will be automatically inherit it.
I want that all moved sub-tasks inherit security level from their parent when moving issues between projects.
Hi Dear @amal Abdallah
You can put a post function on the workflow that ensures the sub-tasks take on the parent's security level after the issue is transitioned. Here's how you do it:
Go to the Workflow editor.
Select the transition that creates a sub-task.
Include a Post Function that alters the sub-task security level to be the same as the parent's security level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.