Opened 6 years ago
Closed 6 years ago
#13053 closed defect (worksforme)
Dynamic addition of users in trac
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
We have locally implemented a trac system but we are facing some issues while dynamically updating the user list. Whenever a new user logs into the system using the active directory credentials and creates a ticket, the user does not get added to the trac system dynamically. We need to add this user manually every time.
For example:
- User1 logs into the system and creates a ticket
- User2 updates the ticket and tries to reassign back the ticket to User1 (This does not work)
We have drop down list of all users to whom the ticket can be assigned but this newly logged in user is not present in the list. However when we manually add the user, it works(then the user is present in the same drop down list).
Please let us know if there is an option available to dynamically add the users in this list provided that they login to the system at least once. If not, then do inform us if there is an enhancement planned for this issue or if we are missing any configuration from our side.
Regards, Lijo Abraham.
Attachments (0)
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This sounds like an InstallationIssue, please ask on the MailingList.
Please include some more information, like: Do you use TracIni#ticket-restrict_owner-option / TracTickets#Assign-toasDrop-DownList? What do you mean by "we manually add the user"? Does the user have TICKET_MODIFY permission? What Trac version do you use? What plugins do you use?
Potentially related to #8670, #12807.