Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Do not allow moving an issue to a certain project

Deleted user
November 23, 2020

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!

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 13, 2015

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)

Suggest an answer

Log in or Sign up to answer