XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • None
    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

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

      I want to be able to have a "Team" dashboard that any person can use and it shows them the tickets that are for the team that person is part of. It is similar to how the function currentUser() works in filters to apply to gadgets in the dashboard.
      So instead of doing a filter that looks like this & each team manager having to create a copy & a copy of the dashboard:
      project = TT AND Categories not in (Project) AND (assignee in membersOf(OPERATIONS_SRE) OR "Assignee group" = OPERATIONS_SRE AND assignee is EMPTY) ORDER BY priority DESC, duedate ASC
      I want to be able to do this for one dashboard that every manager can use for "their team":
      project = TT AND Categories not in (Project) AND (assignee in membersOf(currentUsersTeam()) OR "Assignee group" = currentUsersTeam() AND assignee is EMPTY) ORDER BY priority DESC, duedate ASC

      Ps.: This functionality probable require a definition of a new entity on the user model: "user team". The list of "user teams" differ from the list of user groups because the last one include all the login groups.

      Similar discussion: https://answers.atlassian.com/questions/251082/filter-to-pick-up-requests-for-all-users-in-current-group-dynamic-passing-of-group-name

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mspindler MorganaA
              Votes:
              5 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: