For example , jira case can be assigned to frhuang , rockyu ..., assume frhuang and jimmy belong to dl.DE_FCH@amd.com , and rockyu ... belong to dl.DE_ESPI@amd.com. i want search all jira cases belong to all users of dl.DE_FCH@amd.com , how can we do ? I tried in jira and not find a way to use .
Hello @frhuang
Welcome, the easiest way is to set up groups for domain in your User administration for Atlassian. The you will be able to filter using basic or JQL Issue Search, see pictures for an example:
You can filter the assignee by group, and I think that is the part that will be useful for your use case. Hope this help you.
Have a great day!
Nico.
Welcome to the Atlassian Community!
How are you importing these groups into Jira? Are they represented as groups in the user directory?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
First you need to make sure that you have these mail groups available in JIRA as JIRA's user group. If you have these mail groups in a user group in jira with relevant users being part of that user group, then you can try something like this:
assignee in membersOf("user-group-name")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Putatunda and Tagle
Thanks for both help ,assignee in membersOf("user-group-name") works. Tagle's suggestion maybe is useful for other JIRA project. AMD's jira has not a User field , it only has assignee etc.
Frank
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.