我正在使用 RallyConnectorforJira-Ruby-2.7.4 在 Rally 和 JIRA 之间同步问题,但是 Rally 中的描述字段使用 HTML/Rich Text 并在同步时将标签插入到 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 并选择 Setup -> Workspaces -> Projects & Workspaces -> -> Work Products and Fields -> Description -> Edit 我会看到以下内容:
- 名称:描述
- 显示名称:说明
- 类型:文本
- 隐藏:未选中
- 出现次数:20
- 必需:未选中
但没有选项可以更改类型或仅指定纯文本。
是否可以将 Rally 中的描述字段设置为纯文本,以便在源字段中不插入 HTML 标记?或者我应该设置 jira_config.xml 中的某些内容来告诉它从 Rally 对面的字段中删除 HTML 标记?
谢谢,
安德鲁。