将Rally中的“描述”字段配置为纯文本

时间:2012-08-15 13:35:55

标签: jira rally jira-plugin

我正在使用RallyConnectorforJira-Ruby-2.7.4来同步Rally和JIRA之间的问题,但Rally中的描述字段使用HTML / Rich Text并在同步时在JIRA的description字段中插入标记。 E.g。

<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并选择设置 - &gt;工作区 - &gt;项目&amp;工作区 - &gt; - &GT;工作产品和领域 - &gt;说明 - &gt;编辑我看到以下内容:

  • 姓名:说明
  • 显示名称:说明
  • 类型:文字
  • 隐藏:未选中
  • 出现次数:20
  • 必填:未选中

但没有更改“类型”或仅指定纯文本的选项。

是否可以将Rally中的Description字段设置为纯文本,以便在源字段中没有插入HTML标记?或者jira_config.xml中有什么东西我应该设置它来告诉它从拉力赛的字段中删除HTML标记?

谢谢,

安德鲁。

0 个答案:

没有答案