Hi Team,
Is there a way I can unable moving an issue from one project to a specific project?
I have a project called 'inbox' and generally I would like to allow members to move issues from this project however I have a specific project to where I would like to ban this option. Is there a way to restrict the move option to a specific project?
Thanks a lot!
Not without a bit of code.
First you need to decide when you want to do this - check when a sub-task is created/updated? The parent? Both? Or some other time? Also, do you want to let the users overwrite it?
Then you'll need to write a listener or post-function to scan all the subtasks and adjust the parent if necessary. (I'd use the script runner to do that)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.