简体   繁体   English

如何查看我正在观看的所有 JIRA 票证?

[英]How can I view all the JIRA tickets I'm watching?

I clicked watcher for many JIRA tickets, but I can't find a filter that shows me all the tickets I am watching.我点击了很多 JIRA 票的观察者,但我找不到一个过滤器来显示我正在观看的所有票。 Can someone direct me to the right link or filter to look.有人可以将我引导到正确的链接或过滤器来查看。

Type in the Jira issues search (Issues > Search for issues): key in watchedIssues()输入 Jira 问题搜索(问题 > 搜索问题): key in watchedIssues()

or go directly to the URL, like to your JIRA domain http://<your-jira-domain>/jira/issues/?jql=key%20in%20watchedIssues()或者直接转到 URL,比如你的 JIRA 域http://<your-jira-domain>/jira/issues/?jql=key%20in%20watchedIssues()

There is also a gadget you can add to your JIRA homepage (dashboard): Watched Issues还有一个小工具可以添加到您的 JIRA 主页(仪表板): Watched Issues

From the top right button "add gadget", then on the pop-pup search for "watched" and you will get it.从右上角的“添加小工具”按钮,然后在弹出窗口中搜索“已观看”,您就会得到它。

If you open up a "New search".如果您打开“新搜索”。 Then the filter below will show you, your watched tasks:然后下面的过滤器会告诉你,你观看的任务:

watcher = currentUser() AND resolution = Unresolved ORDER BY priority DESC, updated DESC

Hope it suits you :-)希望它适合你:-)

there is a filter available on JIRA board named "Only My Issues" which has checkboxes in dropdown. JIRA板上有一个名为“Only My Issues”的过滤器,下拉列表中有复选框。

Check the filters closely on your JIRA board. 在JIRA板上仔细检查过滤器。 Make sure you are in correct sprint. 确保你处于正确的冲刺阶段。

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

相关问题 如何编写创建JIRA票证的iOS模块? - How can I write an iOS module that creates JIRA tickets? 如何使用 camel Jira Producer 回复票证? - How do I respond to tickets with camel Jira Producer? 如何在JIRA中按票号和票号订购票? - How do I order tickets by ticket name and ticket number in JIRA? 如何找到所有更改/移动项目的工单? - how can I find all tickets that changed/moved projects? 我想获取所有JIRA发行版本以融合,如何获取所有版本以融合宏并显示自定义视图 - I want to fetch all JIRA release versions to confluence, How can i fetch all versions to confluence macro and show with custom view 如何使一群用户成为JIRA项目所有票证的默认观察者 - How to make a bunch of users as default Watchers on all tickets for a JIRA project 如何导出一个 Trac 0.12.3 门票数据库,包括所有评论? - How can I export a Trac 0.12.3 database of tickets, including all comments? 如何找到与已解决的问题链接的所有故障单的列表? - How can I find a list of all tickets that are linked to issues that have been resolved? 如何查询通过自动github转换解决的JIRA票证? - How can you query for JIRA tickets resolved by automatic github transitions? 如何永久恢复到 Jira 中的旧视图? - How to I permanently revert to the old view in Jira?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM