Vote #65276
完了Link to assigned issues on user profiles
0%
説明
How can I list assigned issues to the specified user?
I know that I can see it on Issues tab and sort that, but if you have too many, you can't find them.
Logically thinking should be on User Profile account/show/%, but it isn't.
journals
Are you looking for this option?
!redmine3398.JPG!
If I understood well. you can create custom queries with this..
HTH
--------------------------------------------------------------------------------
Ah, yes, thanks, it will be lot easier.
But it's possible to include on profile user what tasks are assigned to him?
Sometimes you want to go to user profile from Issue Page to check what tasks has been assigned to him.
It's a feature?
--------------------------------------------------------------------------------
Rafal W. wrote:
> But it's possible to include on profile user what tasks are assigned to him?
Maybe something like [[PluginStuffToDo]] would help?
--------------------------------------------------------------------------------
Redmine offers the possibility to add a block to the user's page which list all of it's assigned task. The only problem you might have is that is defined as a _per-user_ basis, meaning that each users decide whether or not to put the block on their page. You could probably have some sort of plugin or modification add the block automatically to all users and make sure it's not removed.
--------------------------------------------------------------------------------
There is a plugin that shows the assigned issues on the user page (not profile page): https://github.com/klausmeyer/redmine_user_issues
Example:
http://redmine.ourcompany.com/users/3
--------------------------------------------------------------------------------
Yes this could be solved by a plugin but this seems to be a good addition to the core as this would help to get a much better overview over the current workload of a user.
Maybe this could be a release candidate?
--------------------------------------------------------------------------------
You are right, this is very common practice, to see what is going on with some user (the boss or PM wants to see project members do). Well this plugin, expanded with more information could be core feature.
--------------------------------------------------------------------------------
How about this patch to user's profile?
You can understand how many issues the user have reported or is assigned. And you can see issues list by cliking "Assigned issues" or "Reported issues" label.
!link-to-issues.png!
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Patch committed in r14717.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,19548,Add link to reported issues on users's profile page
relates,Closed,8153,List assigned issues in user profile page
relates,Closed,26078,List of issues per assignee doesn't match in profile
relates,Closed,3835,user account page should only show reported issues count for those projects which the current user can access