Hi Everyone,
how can we automatically set a user picker custom field y the project lead in a transition?
We use Jira v7.5
Thanks in advance!
Hello,
You would need an add-on for it.
For example, you could use the Power Scripts add-on:
You could add a post function with a script like this:
#{user field name} = projectPM(project);
You can read more about post functions here:
https://confluence.cprime.io/display/JJUPIN/Customizing+workflows
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.