History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-1519
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: tim golden
Votes: 16
Watchers: 13
Operations

If you were logged in you would be able to see more operations.
JIRA

Allow arbitrary fields (company, phone#, etc) in user profile

Created: 31/Mar/03 02:36 PM   Updated: 28/Nov/06 01:41 AM
Component/s: Web interface
Affects Version/s: 2.0.2
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Reference
 

Participants: Jeff Turner [Atlassian], manohar J, Ronan Kerdudou, tim golden and Zhang Mingquan Mike
Since last comment: 76 weeks ago
Labels:


 Description  « Hide
It would be great to add the ability to store/display/update other attributes in a users Profile like:
First Name
Last Name
Company Name
Phone Number
Email Address
St Address
Addtional Address
City
State
Zip
Country

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
tim golden - 19/Feb/04 02:31 PM
Has this been thought of in any versions?

manohar J - 11/May/04 01:15 PM
it is very huge requirement to us, as we created monitoring and paging around it....

Jeff Turner [Atlassian] - 11/May/04 08:15 PM
I really think it would be better to use LDAP for this sort of information. JIRA has basic LDAP authentication capabilities:

http://www.atlassian.com/software/jira/docs/latest/ldap.html


manohar J - 12/May/04 12:01 AM
EXTERNAL MESSAGE:
SUBJECT: RE: [JIRA] Commented: (JRA-1519) User's Profile
Ok, if I have info in LDAP is there any API use and display that
information on one portlet or "profile function"

----Original Message----
From: jira@atlassian.com jira@atlassian.com
Sent: Tuesday, May 11, 2004 6:17 PM
To: manohar@collation.net
Subject: [JIRA] Commented: (JRA-1519) User's Profile

The following comment has been added to this issue:

Author: Jeff Turner
Created: Tue, 11 May 2004 8:15 PM
Body:
I really think it would be better to use LDAP for this sort of
information. JIRA has basic LDAP authentication capabilities:

http://www.atlassian.com/software/jira/docs/latest/ldap.html
---------------------------------------------------------------------
View this comment:
http://jira.atlassian.com/browse/JRA-1519?page=comments#action_21537

---------------------------------------------------------------------
View the issue:
http://jira.atlassian.com/browse/JRA-1519

Here is an overview of the issue:
---------------------------------------------------------------------
Key: JRA-1519
Summary: User's Profile
Type: New Feature

Status: Unassigned
Priority: Minor

Project: JIRA
Components:
Web interface
Versions:
2.0.2

Assignee:
Reporter: tim golden

Created: Mon, 31 Mar 2003 2:36 PM
Updated: Tue, 11 May 2004 8:15 PM

Description:
It would be great to add the ability to store/display/update other
attributes in a users Profile like:
First Name
Last Name
Company Name
Phone Number
Email Address
St Address
Addtional Address
City
State
Zip
Country

---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
http://jira.atlassian.com/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira


Jeff Turner [Atlassian] - 12/May/04 01:09 AM
The user management API we use (OSUser) has support for Profiles (ProfileProviders), through which I think this auxiliary user info would be made available. There isn't yet an LDAPProfileProvider, though it would be pretty easy to write if a standard LDAP schema can be assumed.

Ronan Kerdudou - 14/Feb/06 03:17 AM
I would prefer to have custom fields for user profile like it is possible for issues.

and then i would like to be able to link them (custom field from issue and custom field from profile) :

for exemple i would include user hardware and software version in the user's profile.
and make it displayed inside issues by a plug-in (or directly if we make it possible)...
(The "Domain of Reporter" custom field from the JIRA toolkit extracts information from the user's email address, we could make a plug-in that permit to add any information from the user's profile in custom field for issue)


Zhang Mingquan Mike - 28/Nov/06 01:41 AM
I extended the osuser Jeff mentioned, it works well.
It's said that JIRA might not use osuser any more in future.