如何使用RallyAPI和JIRA连接器将标签同步到标签

时间:2014-02-12 19:25:46

标签: ruby jira rally

我正在使用RallyConnector与JIRA同步用户故事和缺陷。

https://help.rallydev.com/jira-5-installation-user-guide

这是我的字段映射

<FieldMapping>
  <Field><Rally>Name</Rally>         <Other>Summary</Other></Field>
  <Field><Rally>Description</Rally>  <Other>Description</Other></Field>
  <Field><Rally>FormattedID</Rally>  <Other>RallyKey</Other></Field>
  <Field><Rally>Tags</Rally>  <Other>Labels</Other></Field>
</FieldMapping>

当我添加标记字段并将其映射到连接器的标签(JIRA的标签版本)时,出现以下错误:< / p>

错误:在attempt_update中的RallyEIF :: WRK :: JiraRestConnection.rescue - 尝试更新问题JM-25失败,未定义的方法`split&#39;对于#&lt; RallyAPI :: RallyCollection:0x007fd1950b2890 @results = []&gt;

我认为这与它是一个值列表,而不是一个值这一事实有关。

1 个答案:

答案 0 :(得分:0)

只有Bugzilla和CQ连接器支持标签,但不支持Jira连接器。它被提到here, in the Best Practices。你是正确的,在WS API标签是一个集合。