在Maniphest(Phabricator)中搜索自定义字段(Searching custom fields in Maniphest (Phabricator))

编程入门 行业动态 更新时间:2024-10-25 18:25:58
在Maniphest(Phabricator)中搜索自定义字段(Searching custom fields in Maniphest (Phabricator))

我在Maniphest中设置了一个自定义字段作为下拉列表。 它为每个任务分配正确的值,但复制和搜索功能根本不起作用。

如果我尝试按此字段中的值搜索,则所有内容都会与所有其他搜索条件匹配,并忽略我的自定义字段。

如果我创建了类似的任务,它总是默认返回列表中的第一个选项。

{ "my-comp:task-type": { "name": "Type", "type": "select", "options": { "my-comp:bug": "Bug", "my-comp:feature": "Feature", "my-comp:ui": "UI", "my-comp:improve": "Improvement", "my-comp:misc": "Misc", "my-comp:planning": "Planning" }, "required": true, "search": true, "copy": true } }

I set up a custom field in Maniphest as a drop down. It assigns the correct value to each task, but the copy and search function don't work at all.

If I try to search by a value in this field, everything comes up matching all the other search criteria and ignores my custom field.

If I create a similar task, it always defaults back to the first option in the list.

{ "my-comp:task-type": { "name": "Type", "type": "select", "options": { "my-comp:bug": "Bug", "my-comp:feature": "Feature", "my-comp:ui": "UI", "my-comp:improve": "Improvement", "my-comp:misc": "Misc", "my-comp:planning": "Planning" }, "required": true, "search": true, "copy": true } }

最满意答案

复制当前不起作用: T8055 。 目前似乎没有提供解决方法。

至于搜索,你在运行什么版本? 我从稳定分支运行提交2eab1c1943c511 ,我没有遇到问题。 我也升级到f2b2264e8def0a ,我仍然没有问题。 我想你可能需要升级你的Phabricator版本。

Copy currently doesn't work: T8055. There doesn't appear to be a workaround offered at this time.

As for the search, what version are you running? I am running commit 2eab1c1943c511 from the stable branch and I am not experiencing the issue. I also upgraded to f2b2264e8def0a and I still didn't have the issue. I think you may need to upgrade your version of Phabricator.

更多推荐

本文发布于:2023-07-15 22:00:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1119351.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:自定义   字段   Phabricator   Maniphest   custom

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!