是否可以重用查询?
Is it possible to Reuse a Query?
是否可以像 JIRA 那样重用查询?例如:
查询(伪代码):
'Work Item Type' ... equals ... 'Bug'
AND 'Area Path' ... not under ... 'Demo'
将此保存为共享查询“123”
我以后所有需要相同过滤器的查询都只会说
'Query' ... equals ... '123' (or similar: queryId and such)
AND 'State' ... equals ... 'Closed'
... 所以它会给我所有 'closed' 'Bugs',而不是 'Demo'。我希望我把这个想法说清楚了......也许有一个提供类似功能的扩展?谢谢!
Work Item Query Editor extension will help you. You can import and export entire queries or snippets to quickly reuse a set of filters. Syntax reference for WIQL
如果您要进行大量批量编辑,我还推荐 Open in Excel 扩展程序。
All my future queries that need the same filters
如果我没理解错的话,您需要一个模板查询,并且以后的查询将基于此模板查询。
这不需要扩展名,只需打开您的共享查询“123”并添加更多条件,然后单击上面的 Save as...
,输入名称并选择一个文件夹,然后单击 OK
保存新查询。
是否可以像 JIRA 那样重用查询?例如:
查询(伪代码):
'Work Item Type' ... equals ... 'Bug'
AND 'Area Path' ... not under ... 'Demo'
将此保存为共享查询“123”
我以后所有需要相同过滤器的查询都只会说
'Query' ... equals ... '123' (or similar: queryId and such)
AND 'State' ... equals ... 'Closed'
... 所以它会给我所有 'closed' 'Bugs',而不是 'Demo'。我希望我把这个想法说清楚了......也许有一个提供类似功能的扩展?谢谢!
Work Item Query Editor extension will help you. You can import and export entire queries or snippets to quickly reuse a set of filters. Syntax reference for WIQL
如果您要进行大量批量编辑,我还推荐 Open in Excel 扩展程序。
All my future queries that need the same filters
如果我没理解错的话,您需要一个模板查询,并且以后的查询将基于此模板查询。
这不需要扩展名,只需打开您的共享查询“123”并添加更多条件,然后单击上面的 Save as...
,输入名称并选择一个文件夹,然后单击 OK
保存新查询。