Hi All,
I am currenly trying to create a Jira (v.7.2) plugin which should create some custom fields. And one of the fields should be a user-picker field with limited options.
I know how to create simple user-picker field with a help of com.atlassian.jira.issue.CustomFieldManager and I am also able to narrow down a user-picker options to the set of users from particular group or project role via Jira UI. But I can't do same thing from the plugin to automate the process. Is there any way to add this kind of options filter from Java?
Thanks in advance