[TIME-3] Modify the portlet to specify a user name, not only current user.

Issue #3 resolved
Andriy Zhdanov created an issue

Hi Andrew
As i commented before; when you lead a team of developers you'd like to have all their time report at a glance. The timeSheet portlet displays current user timesheet, but there is no way to specify a user name when you add the portlet to the dashboard

The idea is to be able to see in one dashboard tab, the timesheet of all the developers; only thing needed is a field to select or enter the username.

If i could be of any help or there is a quick way i can do that without bothering you just let me know.

Thanks
Emilio

By emilio.moreno/Emilio Moreno on Fri, 19 May 2006 11:02:05 -0700

Comments (2)

  1. Andriy Zhdanov reporter

    This does not seem to be possible to do, as Jira 3.6.1 does not support property <type>user</type> for portlets:

    java.lang.UnsupportedOperationException: Have not implemented field of type: 5
    com.atlassian.jira.web.action.portal.AbstractSaveConfiguration.syncPropertySetToParams(AbstractSaveConfiguration.java:292)
    com.atlassian.jira.web.action.portal.AbstractSaveConfiguration.setupConfiguration(AbstractSaveConfiguration.java:176)
    com.atlassian.jira.web.action.portal.AbstractSaveConfiguration.doDefault(AbstractSaveConfiguration.java:43)

    By azhdanov on Wed, 31 May 2006 13:59:17 -0700

  2. Andriy Zhdanov reporter

    Done by using just implemented UsersValuesGenerator

    By azhdanov on Wed, 31 May 2006 15:30:08 -0700

  3. Log in to comment