Hello,
I would like to make a pop up error, that will shown if the user try to move issue in type 'Bug-Customer' to 'Story'.
How can I do it? Listener? Behavior? Workflow?
Thanks,
Daniel
There is no way to do this - if someone has "move" permission in the source project and "create issue" in the target, they can move any issue to any issue type.
Move issue is outside the workflow, so you can't use that. Behaviours looks at issue fields in create/edit/view, not structural data during a move. A listener is too late - they trigger after a move.
You can put workflow properties to restrict the move operation. Here is the link to guide you :
https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status
Regards
Prakhar
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.