Hi,
I have few groups in my project, and as soon as the user from a particular group logs in he should be able to get the issues belonging to that group on the board. I am leaving the assignee field to unassigned.
Hi @Sneha A S
You can use groupsOf() from JQL Booster Pack, a FREE third party app I develop myself.
Then, create a JQL filter for the desired board like this:
customfield_XXX IN groupsOf()
The above query dinamically pull issues where customfield_XXX set to a group the user who view the query belongs to.
Does it work for you?
Regards
Hi @Sneha A S ,
on what basis you will decide issues are belongs to that group.
You can use security schema , to restrict issue to particular group. so when they logged in , they can view the issue for which they have permission.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
How do you understand that an issue belongs to a certain group?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add this custom field to the Browse Projects permission in the project settings -> permissions.
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.