My Current Issues Plugin
This plugin displays the list of the issues assigned to the current user, and are not in a Closed or Resolved statuses. Issues are listed in a descending order based on the last update time.
Limitations:
The widget displays a maximum of 100 items.
The widget displays only items modified since the last month.
The following parameters are used:
title='My Linux Issues'—An optional parameter to override the default title.
projectId='1,33'—An optional parameter specifies the comma separated ids of the projects from which the issues are collected.
trackerId='44,55'—An optional parameter, specifies the comma separated ids of the trackers from which the issues are collected.
* 
Both the parameters projectId or trackerId can be used.
Usage Examples:
[{MyCurrentIssues}]
Displays the open issues for a certain user in the current project.
[{MyCurrentIssues projectId='11,27'}]
Displays the open issues in the specified projects.
Was this helpful?