简体   繁体   English

JIRA jql吸引所有触摸票务的用户

[英]JIRA jql to get all users who have touched a ticket

I had been trying to get the list of all issues who had been assigned to some one else at some time and changed at present 我一直在尝试获取在某个时间分配给其他人并且目前已更改的所有问题的列表

I had tried this piece of code 我曾经尝试过这段代码

assignee was "UserA" and assignee != "UserA" 

It would return all issues that this user had previously been assigned.But how can i get all issues from all users.Something similar to this 它将返回该用户先前已分配的所有问题。但是我怎么能从所有用户那里获得所有问题呢?

assignee was "AllUsers" and assignee != "AllUsers" 

To get all the issues where the assignee has changed then you could do: 要获取受让人已更改的所有问题,可以执行以下操作:

assignee changed

However I don't believe there is a way that you can do a JQL to search for all issues where a user was assigned to it but no longer is short of creating your on JIRA plugin that adds a JQL function . 但是我不相信有一种方法可以执行JQL搜索分配给用户的所有问题,但是不再需要创建添加JQL函数的on JIRA插件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM