Date when a user account is created

View: New views
3 Messages — Rating Filter:   Alert me  

Date when a user account is created

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

Anyone who knows if their is a date/time stamp when a user account is created in Jira? I've looked in the db but can not find that. Should i look somewere else or do I need to create a new field that i fill in when i create my accounts?

/Jarkko
--
Post by jarkko.tamola@... - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38394
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Date when a user account is created

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm afraid your assumption is correct, Jira does not record when a user was created.

You might also struggle with the field - custom fields belong to "issues", not "users".  You can attach "properties" to users, but these are only usable by administrators (and they're a bit of a fiddle to set, I always forget)
--
Post by broughn2 - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38394
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user

Re: Date when a user account is created

by forums-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is what the *com.atlassian.jira.event.user.UserEventListener* interface is for... you hook into the *userCreated* event, then you could write that date to a user property or some other db table.

Not aware of anything existing for this, but someone is bound to have done it.

jamie
--
Post by JamieEchlin - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=38394
_______________________________________________
Jira-user mailing list
Jira-user@...
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user