Skip to content
代码片段 群组 项目
未验证 提交 d93d2595 编辑于 作者: Mario Celi's avatar Mario Celi
浏览文件

Add iteration quickaction displays ID format on autocomplete

We already support assigning an iteration via quickactions
by name or ID. This change simply adds the ID syntax
to the quickaction autocomplete

Changelog: added
EE: true
上级 432bded5
No related branches found
No related tags found
无相关合并请求
......@@ -75,7 +75,7 @@ module IssueActions
execution_message do |iteration|
_("Set the iteration to %{iteration_reference}.") % { iteration_reference: iteration.to_reference } if iteration
end
params '*iteration:"iteration name"'
params '*iteration:"iteration name" | *iteration:<ID>'
types Issue
condition do
quick_action_target.supports_iterations? &&
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册