We have multiple Projects. I want to create a list of specific issues in each. So far I've identified 5 that I want.
I've tried to create a dashboard, but that one potential gadget only provides issues assigned to me.
Thanks,
Jay
Hello,
You would need to create a fliter to select required issue. Then you can add the Filter Results gadget to the dashboard and select there your created fileter.
I just found out about the filters, and added the gadget to my dashboard. Looks good to me
I use "Issue = x OR Issue = x " for these items. Is this the best way to write such a query?
Appreciate it, Alexey.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It depends on what you want to do. If these issues have something in common (a value in a custom field), then you can write customfield = value. If they do not have anything in common, then you can write:
issue in ("x", "y")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I answered your question, kindly accept this answer. In this case other users with a similair question will be able to find this answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
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.