can we filter the board based on the user login ?

Sneha A S August 1, 2019

I have different groups of people and i am trying to filter the board based on the group...if a person in a group logs into jira then he has to get the issues related to that group only....

1 answer

0 votes
shetty
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 1, 2019

@Sneha A S 

You can configure, create a board filter as assignee = currentUser() AND assignee in membersOf("developers")

they will get only his issues in the given group & if you want all the issues in that group then use

assignee = currentUser() OR assignee in membersOf("developers")

give this a try & let me know whether it worked or not

shetty
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 1, 2019

& one query how do you define groups to set of tickets?

using custom field ?

Sneha A S August 1, 2019

 Thank you... i will try this out....I am new to this and figuring out the solutions...

Sneha A S September 25, 2019

ya  by using Group Picker Custom Filed

Suggest an answer

Log in or Sign up to answer