通过指向HP ALM / Quality Center的超链接导航/预填充多个缺陷的视图

时间:2016-06-22 16:25:14

标签: alm hp-quality-center hp-alm

我知道我可以通过以下链接链接到个别缺陷:

y = np.array(q)
x = np.array(p)

fig = plt.figure(figsize = (18,18))
plt.show()

for t in range(6000):

ax = fig.add_subplot(2,1,1)  
for i in s[t:t+4]:   # s is a list that contains the third column
    if i == 'Match':
        ax.plot(x[i], y[i], 'bs')
    else:
        ax.plot(x[i],y[i],'ro')

有没有办法通过调用不同的操作或传递多个ID来解决多个缺陷?

我尝试过常见的模式,例如:

td://[project].[domain].[server]:[port]/qcbin/Defects?Action=FindDefect&DefectID=188416

REST API不是一个选项,因为我不想替换ALM UI;我想将用户重定向到它,以便他们可以管理缺陷并在那里查找数据。

1 个答案:

答案 0 :(得分:1)

" td://"协议不支持从单个URL操纵多个实体,至少现在不支持。

虽然它有另一个参数" ALL_ENTITY_IDS"允许多个ID但主要用于过滤器。