I have an sql table Users
this is the design
UserId int Unchecked
Username varchar(100)
Password varchar(100)
Email varchar(100)
RoleId
ClientId int
-----------------------------
I was reading
External user management | When turned ON, you will no longer be able to create, edit or delete users/groups from within JIRA (or via email or import); but you can still assign users/groups to project roles, and create/edit/delete user properties. Additionally, JIRA will not display options for users to change their password, or edit their profile. Generally you would only turn this ON if you are managing all your users from outside JIRA (e.g. using Crowd, Microsoft Active Directory or another LDAP directory). Default: OFF |
is there another way to add users inside this table to my project in Jira ?
I need to import another table request but first i need to import users
thanks alot
Could you tell us what authentication you are using in Jira? Is it the internal crowd, or something else? Whatever it is, you will have to import your users from your old table (including processing passwords, because it's really bad design to store an actual password and Jira/Crowd do it properly and hash them)
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.