Hi,
I'm trying to find a way to set a label (Unscreened) when an issue is moved from one project to another. Seems there is no way of doing it in Jira. We use Scriptrunner and haven't found a solution.
Anyone who can help?
You'll need to write a listener that picks up "issue moved" events, looks at the issue change that triggered it and apply the new label if appropriate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.