Minyaa provides User Pickers able to simplify the User selection in your JIRA Issues. You are now able not only to filter but also to restrict the selection depending on Group or Role membership.
The User Picker by Permissions allows to restrict the user selection depending user's permissions in the current project.
The User Picker by Groups allows to restrict the user selection to a scope of group.
The User Picker by Roles allows to restrict the user selection to a scope of role for the current project.
If you need to migrate from an existing User Picker field to one of the above User Pickers, you can perform a migration using the Jelly Tag CustomFieldMigrateTask.
By example ...
<JiraJelly xmlns:minyaa="jelly:com.atlassian.jira.jelly.MinyaaTagLib"> <minyaa:CustomFieldMigrateTask customFieldTypeKey="com.atlassian.jira.plugin.system.customfieldtypes:userpicker" newCustomFieldTypeKey="jira.plugin.minyaa.tools:userrolespicker" newCustomFieldSearcherKey="jira.plugin.minyaa.tools:usergrouppickersearcher" /> </JiraJelly>
Since Minyaa 3.1, this custom field can be used as Permission Entity for Permission Schemes
Next steps : Mutli User Pickers by Groups and Roles ...