Greetings, trying to evaluate Jira services and move my processes to it.
I've created in JSD a new organization for my customers.
Current situation:
Right now I can manually invite new users (by email) or link my already-existing customer to an organization.
What I want to accomplish:
Automatically add any user with a certain domain (%your_site_name%) in his/her email to the specific organization:
Why I need this?
I have two large clients with many users so manually adding them is not an option. At the same time, each of them requires a completely different 'Help center' and SLAs, so I design different projects and assign an organization to each of them.
Hi Alexey, welcome to the Community. Wouldn't that be nice!!! There is currently an open suggestion for this. You may wish to vote for it - JSDCLOUD-4519
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could create a script for bulk user creation using the rest API. It’s really fairly straightforward, though it would still be a pro-active step for the most part.
The other approach would be to create an inbound email rule for a dedicated user creation project, which has a filter for the domains you’re looking to support. You can configure it to create new users when they email in and have an automation rule which then runs and uses the rest api to add them into appropriate groups.
Not simple, but do-able.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.