I want to set a custom field based on a assignee, something like:
If assignee = jhon.doe
Team = martha.jhones, robert.doe, jensen.kenobi
And if the assignee is someone else, set other team for the custom field.
how can i get it done?
Automation for JIRA is also an option....
Pro's Over ScriptRunner
Con's
Yes! I actually remembered that Automation has a Free but limited version, installed it and it worked without issues, automatically sets the team depending on the assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @osvaldo plabst
If you have scriptrunner, you could use scriptrunner behaviors.
Here is an example based on a similar scenario.
https://scriptrunner.adaptavist.com/4.3.4/jira/recipes/behaviours/setting-default-fields.html#_setting_defaults_for_selects_etc
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.