Crowd API で予約文字を使用する
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
When using the Crowd API you are restricted to some definitions and one of them includes the restrictions from the RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax definition, which describes a subset of reserved charactersthat must be replaced by a percent-encoded octet to make it work in a request. Please note that some names used in the Crowd UI could contain these reserved characters; to use them in a request to the Crowd API, it will be necessary to replace them by the correspondent percent-encoding.
環境
Crowd API
原因
Some characters are reserved due to a specific definition since they can be used as delimiters in a syntax; to avoid conflict, those characters must be percent-encoded so the request can work properly.
ソリューション
These are the reserved characters and their correspondent encoding:
Character | エンコード |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
この内容はお役に立ちましたか?