My Current Issues Plugin
This plugin displays the list of the issues assigned to the current user, and not in closed or resolved statuses. Issues are ordered by last update time descending.
Limitations:
• The widget displays a maximum of 100 items.
• The widget displays only items modified since the last month.
Parameters:
• title='My Linux Issues': Optional parameter to override the default title.
• projectId='1,33': Optional parameter specifies the comma separated ids of the projects to collect issues from.
• trackerId='44,55': Optional parameter specifies the comma separated ids of the trackers to collect issues from.
Note: both of the parameters projectId or trackerId can be used.
Samples:
[{MyCurrentIssues}]
displays the open issues for me in the current project.
[{MyCurrentIssues projectId='11,27'}]
displays the open issues in those projects.