I want to see only open and in progress issues in filter on dashboard. I don't want done and resolved issues.
For e.g If i choose Pie chart filter or two dimension filter there should be only open and in progress issues count/total not included done or resolved issue.
Is it possible?
Could you assist me please?
Thanks,
Snehal
Hi @Snehal Metkari , welcome to the community.
you can create a filter that can be associated to your gadgets. Here is an example...
project = abc and statuscategory != done
Hi!
Thank you for your quick response.
I tried to do this but whwn i click on advanced search button there is showing this window which is i am attaching here.
Where can write JQL query? I mean this "project = abc and statuscategory != done"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
>>>>> edited to remove misplaced response <<<<
do this...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community.
You should first save your search as a filter. Sample jql: resolution is EMPTY
Then give this filter as an input to gadgets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Snehal Metkari
Create first a filter you wan to base Pie-chart or 2dimensional filter on - use the filter you have for your project but add
AND status in ("Open", "In Progress")
Then save the filter with and use it for the gadgets on dashboard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello!
Thanks to all of you for your answer, it's very helpful for me.
I got the solution and my issue is resolved.
Thank you so much once again.
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.