Can I e-mail a list to myself of all my watched issues via a subscription?

s l June 17, 2011

I would like to know the number of Jiras I am watching day-by-day. Is there a way to create a filter and search "where watcher = me" or a different person? I want to sum by my team, so maybe the filter can be set for "where watcher = [list of people]"

If I can get the list via an e-mail subscription, that's a start.

Any suggestions?

Thanks!

2 answers

2 votes
Andrei [errno]
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.
June 17, 2011

JQL search supports these:

  1. watcher = currentUser()
  2. watcher in membersOf("jira-administrators")

1 = you
2 = members of the group

you'd need to run the filter and subscribe to it

docs: http://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-Watcher</p<>>



s l June 17, 2011

Thanks, webwesen,

Unfortunately I am a lowly user and do not even have the Advanced link to click on (from the link in your response). It looks awesome though. I did look at some of the URLs that are created (XML?) and didn't see anything I can paste the above code into.

They all come up with a default or the number of the filter I have created to try to edit (eg http://jira.company.net/secure/UserWatchesUnresolved!default.jspa or http://jira.company.net/secure/IssueNavigator.jspa?mode=hide&requestId=5896 or http://jira.company.net/sr/jira.issueviews:searchrequest-excel-current-fields/5896/SearchRequest-5896.xls?tempMax=250)

Anything else?

SL

Like Khammam A likes this
Andrei [errno]
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.
June 19, 2011
what jira version are you running?
0 votes
Stefan Kohler
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.
June 19, 2011

The steps you need to take are explained over here: http://confluence.atlassian.com/x/kg0aDg

all you need to do is make a other filter then descripbed above. You'll need a jira version which support JQL to create an advanced query like the one you probably need.

Suggest an answer

Log in or Sign up to answer