You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello,
I am creating a dashboard to view/track the automation status. I am using Two Dimensional Statistics filter gadget, is it feasible to hide a component from the report?
Thanks,
Muhil
Hi @mrajaram,
Not sure what you mean by feasible? Suppose you mean if it makes sense to do so or not, kinda depends on what you want to achieve. If they are not useful, it is definitely useful to hide them.
If you mean if it is possible to hide them, the answer is 'Yes'. You can use a filter as the source for your gadget, so the trick is to exclude the components you don't want in your report using your filter.
If you don't want the components "useless stuff" and "unnecessary category" in your gadget, define your filter like this:
component not in ("useless stuff", "unnecessary category")
And you should be fine.
Hi @mrajaram and welcome to Community!
You can't hide the two components from the gadget, but you can edit your JQL filter to remove these, e.g.:
project = ABC AND component not in (XY, YZ)
Hope this helps,
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.