Hi guys,
I do need your lights for a filter on JIRA.
Would you please help me to build one that will allow me to have the list of tickets that I monitor, but that I have not opened ?
cheers
rani
Community moderators have prevented the ability to post new answers.
I think the following is what you're looking for:
watcher = currentUser() AND reporter != currentUser()
That will also show tickets assigned to you, so you may want to add 'AND assignee != currentUser()'
This will also show resolved / closed tickets, so again you may want to amend.
Hope that helps
Regards, Liam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Raniero FABRIS ,
I think you'd want something like this:
reporter != currentUser() AND watcher = currentUser()
CurrentUser() takes your well.. current user. and this filter will allow you to see all issues where you are watcher but where you are not reporter.
You could use your own name as a value instead of currentUser() but this makes it more generic
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.
Great, also like @Liam Green said if you need more filtering assignee and status might be some took look at.
Especially Status not in ("Closed","Resolved") and others you don't need to see.
Otherwise the list will continue to grow of course.
Feel free to mark the question as answer accepted too so people know it's resolved ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Fahad.
But I still don't know how I can get only the ones that I observe / monitor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Raniero FABRIS can you please clarify more what exactly you want to see in the report?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i would like to get the list of tickets that I monitor (watch), and that have been opened by other users (i.e. not me).
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.
reporter != Your name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Jira Service Management
Solve customer problems efficiently and deliver outstanding service experiences.
Learning Path
Adopt ITSM practices to deliver exceptional service
Become familiar with the principles and practices that drive ITSM. Then, learn how to configure and use Jira Service Management to implement them.
Atlassian Certified Associate
Jira Service Management Agent Essentials certification
Prove you know what's essential to providing efficient and resolution-focused service in Jira Service Management.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.