【问题标题】:JIRA: how to find users who closed items without item having been testedJIRA:如何找到在未测试项目的情况下关闭项目的用户
【发布时间】:2019-03-13 13:16:41
【问题描述】:

在 Jira 中,我注意到有些项目在未通过“测试中”的情况下被用户设置为“已关闭”

如何通过 JQL 查询找出谁在执行此操作?

status was not in ("In Testing") and status in ("Ready For Production",Closed,Duplicate) and status changed by user

这不好,因为它会获取“用户”所做的任何更改 我想知道该用户在哪里将“用户”专门更改为“关闭”

【问题讨论】:

    标签: jira jql software-quality


    【解决方案1】:

    使用status was closed BY user:

    status was not in ("In Testing") and status in ("Ready For Production",Closed,Duplicate) and status was closed BY user
    

    【讨论】:

      猜你喜欢
      • 2015-03-13
      • 2011-10-05
      • 2021-02-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多