How to bulk create Jira Service Management Customers

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

このページの内容はサポート対象外のプラットフォームに関連しています。したがって、アトラシアン サポートではこのページの記載内容のサポートの提供は保証されません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。

目的

When migrating from other ITSM tools it is necessary to create users in bulk as part of that migration. This how to guide details how to go about doing that. This approach is targeted for Jira Core 7.1+.

ソリューション

There is an experimental REST API in Jira Core for creating users, documented at that link. Using this endpoint it is possible to create users with no application keys, and as such they are considered customers. Specifically:

  1. Ensure mail notification is enabled, as per Configuring Jira's SMTP mail server to send notifications.
  2. Write a script to use the create user endpoint.
  3. When creating users, do not provide them with any application keys.
  4. Leave the password blank.
  5. Ensure a notification is sent.

This will create users with no application login and send an email to them to generate a password. Provided a Customer Portal is not configured with restricted access, as detailed in Setting up service project users, they will be able to login to any Customer Portal as a user.

Atlassian Support does not provide support for integration with REST APIs or writing scripts to use them - if you need help please raise a question on Atlassian Answers.

最終更新日 2020 年 11 月 23 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.