缺陷管理中添加了自定义字段(非官方通用字段),是否可以作为筛选器/过滤器使用?
希望通过自定义的自定义字段值,得到需要的视图。
But I can't add a custom configuration what i create new one as a filter。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
问题截图URL:
file:///Users/ariel/Library/Containers/com.tencent.WeWorkMac/Data/Library/Application%20Support/WXWork/Temp/ScreenCapture/%E4%BC%81%E4%B8%9A%E5%BE% AE%E4%BF%A1%E6%88%AA%E5%9B%BE_c17e38ad-802a-43be-9838-0a3df15dd43a.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
你是说你没有权限新增自定义字段,还是无法在查询界面找到你新增的字段?
先确认一下,你用的是team-managed project(next-gen),还是company-managed project(classic)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
看上去像是你在创建自定义字段的时候绑定了Project、Issuetype等。
你可以在JQL里先准确的定位到这个Porject,和IssueType,再去增加这个字段来做过滤
例如:Project = AAA and IssueType = Story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
created >= 2021-11-21 AND created <= 2021-12-01 AND project = OJML AND issuetype = "New Feature" AND status in ("TO DO", "To Do") ORDER BY reporter ASC, assignee ASC, created DESC
-
已经找到对应的Porject,和IssueType,但是还是无法增加自定义字段
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
复选框这个字段?这个字段是啥类型的,切到英文模式到后台看看呢
另外如果直接JQL来写查询条件,能找到这个字段嘛
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.