How to create a report of watches issues in JIRA 4.4

Perry Moutzouros July 19, 2012

Hello,

We are using the Atlassian TFS plug in to see JIRA items within Visual Studio 2010.

I'd like to create a report in JIRA, of all my watched issues across the firm's projects. Once created, I can check this report and get its results inside the IDE. I just can't find a place within the report builder to select "watched issues"

I know this must be an obvious answer. I've Google'd this a few times, checked StackOverflow and even searched within this site. I'm stumped. Has anyone created a report of watched issues? I know the widget exists because its on my dashboard, but I need a report to gain access to this list within VS2010.

Thanks

P

1 answer

1 accepted

10 votes
Answer accepted
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 20, 2012

If you mean 'filter' by the term 'report', yes you can create a filter with the following JQL which will show you the issues that you are watching.

watcher = currentUser()

Suggest an answer

Log in or Sign up to answer