We want to ensure all our non-negotiable's for data integrity are enforced. Because stand-alone projects do not enforce the same data integrity controls as the delivery group projects we should not allow issues that are created in a project that is NOT a delivery group project to be moved into a project that IS a delivery group project (based on project category value).
There's no way to do this. People can either create issues in a project or they can not.
With a scripting app, the best you could do is have a listener that spots moved issues, checks them and reports if someone is doing the wrong thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To do what?
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.
When you create a scripted listener, with SR, you can tell it what events to react to in the settings. In this case, you'll want "issue moved".
Have a look through https://library.adaptavist.com/search?term=listener to see the sort of things people ask to do with listeners, you might want to look at something like "send issues to stakeholders"
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.