Custom Fields on Users of a specific group

Hi,

is it possible to have custom fields defined on users which are members
of a specific group? What I want to achieve is a group called
’developers’, where each developer has an ‘owned Module’. Naturally, the
Sales-Group should not have 'owned Module’s.

Thanks a lot,
Stefan

The answer is no. But, if you are using the Perl API you can
define any Attributes you want on any RT object.

See RT::Attribute

-ToddOn Wed, May 17, 2006 at 05:14:43PM +0200, Stefan Franck wrote:

Hi,

is it possible to have custom fields defined on users which are members
of a specific group? What I want to achieve is a group called
‘developers’, where each developer has an ‘owned Module’. Naturally, the
Sales-Group should not have 'owned Module’s.

Thanks a lot,
Stefan


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

We’re hiring! Come hack Perl for Best Practical:
Careers — Best Practical Solutions

Stefan Franck wrote:

Hi,

is it possible to have custom fields defined on users which are members
of a specific group? What I want to achieve is a group called
‘developers’, where each developer has an ‘owned Module’. Naturally, the
Sales-Group should not have 'owned Module’s.

Not yet. It’s possible to do in the future. But we haven’t written any
code toward that end.

signature.asc (191 Bytes)

Stefan Franck wrote:

Hi,

is it possible to have custom fields defined on users which are members
of a specific group? What I want to achieve is a group called
‘developers’, where each developer has an ‘owned Module’. Naturally, the
Sales-Group should not have 'owned Module’s.

Not yet. It’s possible to do in the future. But we haven’t written any
code toward that end.

How does that work? Can you point to the proper place in the API?