The default value of reviewed filed is NO When we are moving an issue from one project to another the Reviewed filed value should be changed to the default value which is NO. How can I implement this?
You will need to write some code.
The most simple approach is probably a listener that catches the "move issue" event and updates the issue's data afterwards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.