Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a filter for issues I watched only

LI Wang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 1, 2021

I want to get all the issues that I watched ,How should I do  ? and Can I get the planned fixed version of the issue ?

1 answer

1 accepted

5 votes
Answer accepted
Walter Buggenhout
Community Champion
June 1, 2021

Hi @LI Wang and welcome to the Community,

To retrieve a list of issues you are (currently) watching, you can use the following JQL:

watcher = currentUser()

Retrieving a list of issues you have watched before but aren't watching anymore is not possible as the watcher field does not support history searches in JQL.

The planned version of an issue should be filled out in the fixVersion field if you adhere to best practices. If you do so, then that's where you can retrieve that information.

Jira also has the affectedVersion field available. It uses the same list of releases, but is designed to indicate versions where a certain bug or incident has been identified as opposed to the fixVersion, where you actually (intend to) implement the solution.

LI Wang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 2, 2021

I got that ,thank you ,it is very helpful for me.

Like John Funk likes this

Suggest an answer

Log in or Sign up to answer