Hi,
We would like to create some automation rule to identify all JIRA inactive user associated to an Insight object.
Is it possible to filter by IQL?
Thank you in advance.
Regards,
Mickael Orsolino
I don't believe this is possible. I think your best bet would be to use Groovy script.
Hi,
if your users are synced with AD there are LDAP sync groups user must be in to be in Jira (and Insight). You can IQL search for user NOT in those groups
"User" NOT IN group("AD_GROUP_1, AD_GROUP_2, AD_GROUP_3") AND "User" IS NOT empty
Now I have 7 ADs and 17 LDAP sync groups in them so IQL is not "elegant", but it works :)
P.S. This is for Jira server. Have no experience with cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.