How do I create a view or dashboard widget to show me all tickets I am watching?
There is a Watched Issues gadget available which will show you just this when added into a JIRA dashboard.
If you need any extra functions outside the gadget that @Mitchell Davison [EY] refer to, you can setup a filter that you add to a "Filter Results" gadget.
Use the following JQL
watcher = currentUser()
There you can add more features, such as limiting it to projects, issue-types, dates etc.
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.