I have a widget on my dashboard that is a list of issues that I am "Watching" in order to monitor their progress. As you can imagine, this list grows each day. I want to filter this list to only include issues I am "Watching" and when the issue status is NOT equal to DONE. Any feedback would be greatly appreciated!
Hi Joe and Welcome,
Why don't create a issue filter like this:
resolution is EMPTY AND issue in watchedIssues()
..and them use it within your gadgets?
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.