Hello,
I found a plugin to create a mult level cascade selector,
https://studio.plugins.atlassian.com/wiki/display/JMLCS/Multi+level+cascade+select
but I also want the assingee can be changed when one of the value was selected from the selector.
Hi Lilian, if this was a simple single drop down list, this could be easily done via JIRA's post-functions using one of the methods "copy value from" plugin:
Since this is multi-level, you'll likely have to do some customization to cleanse the value as it's stored internally a little differently. The easiest route I can think of is to try Jamie's excellent Script Plugin to do this. I'd extract the value from your field, clean it, and set your assignee to that value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.