最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

jira - How to filter tickets by reporter with a string contains condition? - Stack Overflow

programmeradmin9浏览0评论

I want to filter Jira tickets based on the reporter field containing a particular text, with this JQL:

project = "myproject" AND reporter ~ 'some_text' ORDER BY createdDate ASC

When I try this query, I get the following error:

The operator '~' is not supported by the 'reporter' field.

What should I do to make my query work? I tried using the "IN" clause as a workaround. I want the pattern to be generic and not restricted to a set of values.

发布评论

评论列表(0)

  1. 暂无评论