I'm new to JQL and trying to build a filter that will allow our agents to quickly identify any issues that are unassigned and are in their local sites. Azure AD Sync is populating the City details for the reporter once an issue is raised but I can't seem to get to that data in my JQL query.
Essentially what I want to achieve is something like;
Project = "IT Service Desk" AND City ~ 'City / Site Name' AND Assignee IN (Empty) AND Status NOT IN (Closed, Completed, Canceled, Cancelled, Done, Resolved)
Any help will be greatly appreciated.
Thanks, Mark
Hi @Chadwick, Mark ,
Sounds like you have configured Azure AD Attributes from the projects Project Settings menu.
In order to use JQL you need to be a Jira admin and set up field sync by going to Settings - Apps - Azure Ad Attributes Sync - Synchronization
From here you map a new field that you will be able to include in a later JQL query.
More info from the vendor found here -> Mapping Azure AD data to a custom field
Hope it will work for you as it does for me.
Cheers
Thomas
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.