Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-77327

Filter records that have exactly one value in Group Picker (multiple groups) custom field

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Custom fields
    • None
    • 1
    • 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.

      Problem definition

      Currently, Jira JQL cannot filter issues that have exactly single value in Group Picker (multiple groups) field.

      Example:

      • If we have a field called "Responsible Team" and if the custom field values are "Team A", "Team B" and many others, there is no way to filter issues that have only "Team A" value, but not any other value (for many custom field values, it does not make sense to use NOT IN operator.
      • The following JQL cannot be used
        "Responsible Team" = "Team A"

        as it will return issues that have "Team A" but also any other values together with "Team A".

      Suggested resolution

      Implement JQL function that will return issues that have exactly one specified value in the Group Picker custom field.

              Unassigned Unassigned
              mfilipan Marko Filipan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: