How to create a filter for issues I watched only

LI Wang 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

4 votes
Answer accepted
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 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