• Icon: Suggestion Suggestion
    • Resolution: Fixed
    • 2011.S09
    • None
    • None
    • 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.

      Allow Greenhopper to present a board for the current user of all active jira tickets (across projects) and/or all tickets that that user is watching - again across boards.

      Allow an administrator to set up a team (who could be across projects again) to present a board of the status of the team-member's assigned or watched tickets.

            [JSWSERVER-1385] Make Greenhopper User-centric as well as Project-centric

            Good call Bill.

            It is the JIRA Toolkit Plugin. I was not aware of the Participants plugin (now I am) and when checking the JIRA compatibility I realised that it is not available for JIRA 4.x. So, it is the JIRA Toolkit plugin.

            Don't forget to use that 'Got Feedback?' button on the Rapid Board to let the team know your thoughts.

            Thanks Bill,
            Nick

            Nicholas Muldoon [Atlassian] added a comment - Good call Bill. It is the JIRA Toolkit Plugin . I was not aware of the Participants plugin (now I am) and when checking the JIRA compatibility I realised that it is not available for JIRA 4.x. So, it is the JIRA Toolkit plugin. Don't forget to use that 'Got Feedback?' button on the Rapid Board to let the team know your thoughts. Thanks Bill, Nick

            Bill Parker added a comment - - edited

            Nic, are you using (previous comment) the Participants plugin or some other feature in the JIRA Toolkit Plugin? The Participants plugin while great only includes a user as Participant if they are current assignee, reporter or a user who has made a comment. It does not include all previous assignees or users who have logged time etc which would be also useful. I did not think the JIRA Toolkit plugin has functionality like Participants. Maybe I need to get 5.6.2 to play with the Rapid Board

            Bill Parker added a comment - - edited Nic, are you using (previous comment) the Participants plugin or some other feature in the JIRA Toolkit Plugin? The Participants plugin while great only includes a user as Participant if they are current assignee, reporter or a user who has made a comment. It does not include all previous assignees or users who have logged time etc which would be also useful. I did not think the JIRA Toolkit plugin has functionality like Participants. Maybe I need to get 5.6.2 to play with the Rapid Board

            Hi Gerard,

            This is possible today (5.6.2) with the Rapid Board. While still in GreenHopper Labs you can look at the functionality and provide feedback using the 'Got Feedback?' button in the top right of the Rapid Board.

            Two example JQL queries:

            • Select all issues you are interested in to create a personal board
              • (assignee = currentUser() or reporter = currentUser()) AND (fixVersion in unreleasedVersions() or fixVersion is empty)
            • Show all issues that you have participated in and have been updated in the last week. This requires the JIRA Toolkit Plugin.
              • updatedDate > -7d AND Participants = currentUser()

            Thank you Gerard.

            Regards,
            Nicholas Muldoon

            Nicholas Muldoon [Atlassian] added a comment - Hi Gerard, This is possible today ( 5.6.2 ) with the Rapid Board. While still in GreenHopper Labs you can look at the functionality and provide feedback using the 'Got Feedback?' button in the top right of the Rapid Board. Two example JQL queries: Select all issues you are interested in to create a personal board (assignee = currentUser() or reporter = currentUser()) AND (fixVersion in unreleasedVersions() or fixVersion is empty) Show all issues that you have participated in and have been updated in the last week. This requires the JIRA Toolkit Plugin. updatedDate > -7d AND Participants = currentUser() Thank you Gerard. Regards, Nicholas Muldoon

              Unassigned Unassigned
              e5e3c908303c Gerard Stubbs
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: