Hi,
Create Screen: How I can restrict drop down of assignee users.
I only want assignee users in dropdown list from the selected group only from Assignment group field. Please see the attachment
Let's say I select Assignment Group ABC, in my assignee drop down I can only see users from ABC group, not all users in my project and so on
Thanks
Regards,
Saqib Dar
Hi @Saqib Dar
You can use scriptrunner's behavior to do this https://www.adaptavist.com/products/atlassian-apps/new-documentation-scriptrunner
Read this article which is very similar to what you want https://medium.com/@duynb92/how-to-filter-jira-assignee-by-issue-type-using-scriptrunner-445db6d82af6
Thanks for your reply.
I tried this it is not working it showing all users on create screen
That's why you need scriptrunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI. Thanks for the reply in the article it's on the current field and checkin the project role.
my scenario i need assignee dropdown based on the assignment group user select
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Saqib Dar yes, I know. I gave you a starting point so you can develop your script further and to meet your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Saqib Dar ,
Please check if this works.
Go to your project settings --> Permission scheme. Add Group custom field to the Assignable user permission. Remove any other values in it.
Please note: If the project is using shared permission scheme, then copy the scheme and make above changes to the copied scheme. Then map it to the required project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.