我正在尝试使用 VersionOne rest-1.v1/Data端点来查找9.00.00.01
特定字段中包含字符串的所有故事。这是查询(为便于阅读而添加了换行符):
<Server Base URI>/rest-1.v1/Data/Story
?sel=Number,Custom_FixedinVersions
&find=9.00.00.01
&findin=Custom_FixedinVersions
这将返回未9.00.00.01
在查询字段中显示字符串的结果。例如:
<Asset href="/rest-1.v1/Data/Story/60560" id="Story:60560">
<Attribute name="Number">B-06248</Attribute>
<Attribute name="Custom_FixedinVersions">8.10.00.00-01</Attribute>
</Asset>
我的查询有什么问题?