Insight: IQL on Inactive user

Mickaël Orsolino January 20, 2021

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

2 answers

1 accepted

0 votes
Answer accepted
David Sumlin
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.
January 28, 2021

I don't believe this is possible. I think your best bet would be to use Groovy script.

0 votes
Aurimas Grikienis August 9, 2021

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. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.7
TAGS
AUG Leaders

Atlassian Community Events