• We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      I would like to be able to search for inactive users. An example would be
      assignee IS INACTIVE
      for being able to find issues assigned to users who left the company (and therefore might never be resolved). I tried this in 5.2.11 but didn't succeed. I also didn't find documentation about such a feature.

            [JRASERVER-34168] Add functionality to JQL to search for inactive users

            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3042802 ] New: JAC Suggestion Workflow 3 [ 3667301 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2618962 ] New: JAC Suggestion Workflow [ 3042802 ]

             FREE app called JQL Booster Pack  very nice! 

            reporter in componentLeads()  also working

            Deleted Account (Inactive) added a comment - - edited   FREE  app called  JQL Booster Pack   very nice!   reporter in componentLeads()  also working
            Rachel Lin (Inactive) made changes -
            Workflow Original: JIRA PM Feature Request Workflow v2 - TEMP [ 2591482 ] New: Confluence Workflow - Public Facing v4 [ 2618962 ]
            Status Original: Closed [ 6 ] New: Resolved [ 5 ]
            Ignat (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2360223 ] New: JIRA PM Feature Request Workflow v2 - TEMP [ 2591482 ]

            Hi everybody,
            If you are using Jira Server you can install the FREE app called JQL Booster Pack throught Atlassian Marketplace and use the requested functionality.

            After install this app, you should be able to create a query using inactiveUsers() function, that will allow you to find issues reported/assigned to inactive users.

            This is the complete information of this JQL function:

            Description:

            Perform searches based on inactive users that belong to the provided group.
            If any group is provided, it will return all users set as inactive in the system.

             

            Syntax inactiveUsers()
            inactiveUsers(group, ...)
            Available since v1.0.0-RELEASE
            Supported fields Assignee, Reporter, Voter, Watcher, custom fields of type User
            Supported operators IN , NOT IN
            Unsupported operators = , != , ~ , !~ , > , >= , < , <=
            IS , IS NOT , WAS , WAS IN , WAS NOT , WAS NOT IN , CHANGED

            Examples:

            • Find issues that have been created by any inactive user in 'EMEA' or 'LATAM' projects:

            creator IN inactiveUsers() AND project IN ("EMEA", "LATAM")

            • Find issues that are assigned to inactive users of group 'HelpDesk L1':

            assignee IN inactiveUsers("HelpDesk L1")

             

            Kinds regards.

            Jack Nolddor [Sweet Bananas] added a comment - - edited Hi everybody, If you are using Jira Server you can install the FREE app called JQL Booster Pack throught Atlassian Marketplace and use the requested functionality. After install this app, you should be able to create a query using inactiveUsers() function, that will allow you to find issues reported/assigned to inactive users. This is the complete information of this JQL function: Description: Perform searches based on inactive users that belong to the provided group. If any group is provided, it will return all users set as inactive in the system.   Syntax inactiveUsers() inactiveUsers(group, ...) Available since v1.0.0-RELEASE Supported fields Assignee, Reporter, Voter, Watcher, custom fields of type User Supported operators IN , NOT IN Unsupported operators = , != , ~ , !~ , > , >= , < , <= IS , IS NOT , WAS , WAS IN , WAS NOT , WAS NOT IN , CHANGED Examples: • Find issues that have been created by any inactive user in 'EMEA' or 'LATAM' projects: creator IN inactiveUsers() AND project IN ("EMEA", "LATAM") • Find issues that are assigned to inactive users of group 'HelpDesk L1': assignee IN inactiveUsers("HelpDesk L1")   Kinds regards.
            Katherine Yabut made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 [ 2127707 ] New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2360223 ]
            Katherine Yabut made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2090422 ] New: JIRA Bug Workflow w Kanban v6 [ 2127707 ]
            Katherine Yabut made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 [ 889917 ] New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2090422 ]
            jonah (Inactive) made changes -
            Description Original: I would like to be able to search for inactive users. An example would be
            {{assignee IS INACTIVE}}
            for being able to find issues assigned to users who left the company (and therefore might never be resolved). I tried this in 5.2.11 but didn't succeed. I also didn't find documentation about such a feature.
            New: {panel:bgColor=#e7f4fa}
              *NOTE:* This suggestion is for *JIRA Server*. Using *JIRA Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/JRACLOUD-34168].
              {panel}

            I would like to be able to search for inactive users. An example would be
            {{assignee IS INACTIVE}}
            for being able to find issues assigned to users who left the company (and therefore might never be resolved). I tried this in 5.2.11 but didn't succeed. I also didn't find documentation about such a feature.

              Unassigned Unassigned
              a9f35328df11 Jens Kretzschmar
              Votes:
              0 Vote for this issue
              Watchers:
              39 Start watching this issue

                Created:
                Updated:
                Resolved: