RallyConnectorforJira-Ruby-2.7.4を使用してRallyとJIRAの間で問題を同期していますが、Rallyの説明フィールドはHTML /リッチテキストを使用しており、同期時にJIRAの説明フィールドにタグを挿入しています。例えば
<div>
</div>
<div>Updating the description to see if sync is working the other way.</div>
<div>
</div>
<div>Another update, this time changing state to Open in Rally, which should move the issue to In Progress in JIRA. Also, will the JIRALink field now get picked up?</div>
<div>
</div>
<div>Will it let me move this to re-opened?</div>
<div></div>
<div>Changed the workflow in JIRA to see if this breaks the integration - will it update, but error, or not update at all?</div>
<div>
</div>
<div>Fixing the workflow - this should move to In Progress</div>
JIRAはデフォルトのテキストレンダラーを使用しており、 http: //www.rallydev.com/help/jira-installation-user-guideの指示に従って、「どちらのシステムの説明フィールドもプレーンテキストのみで構成することを選択できます。マークアップなし。」、しかし、Rallyで説明フィールドをプレーンテキストとして定義するための指示や設定がRallyに見つかりません。
Rallyにログインし、[設定]->[ワークスペース]->[プロジェクトとワークスペース]->->[作業成果物とフィールド]->[説明]->[編集]を選択すると、次のように表示されます。
- 名前:説明
- 表示名:説明
- タイプ:テキスト
- 非表示:チェックなし
- 発生:20
- 必須:チェックを外します
ただし、タイプを変更したり、プレーンテキストのみを指定したりするオプションはありません。
Rallyの[説明]フィールドをプレーンテキストのみに設定して、ソースのフィールドにHTMLマークアップが挿入されないようにすることはできますか?または、jira_config.xmlに、Rallyから出てくるフィールドからHTMLマークアップを削除するように指示するように設定する必要があるものがありますか?
ありがとう、
アンドリュー。