You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Thanks for your reply.
I tried this it is not working it showing all users on create screen
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.