How do I generate a list of all inactive Jira users?

I want a comprehensive list of all "inactive" Jira users so that I can delete them. How do I generate that list in JupiterOne?

Answers

  • dcpeach
    dcpeach ✭✭✭✭✭
    edited March 2022
    The following query should help you find a list of all users that are not marked as active:

    FIND jira_user WITH active != true

    If you want to ensure you're pulling the most updated list of inactive jira users run the integration job again before running the query.

    You can do this by clicking the gear icon in the JupiterOne menu bar > Clicking 'Integrations' > Click into the Jira integration, then choose the configuration from the list > Click the play button in the top-right corner of the screen.

This Month's Leaders