on gadget :"Assigned to me" how remove status : "Closed" ? how don't screen any issue with status "Closed" ?

pavelmoscow February 28, 2012

Hello!

I have customize gadget :" Assigned to me", and i have from any people from my project who can see status:" Open", "In progress", without "Closed" ?

E.g. if issue closed, issue dot put on dashboard gadget, but if i need all reports i use Filters, and Reports.

Thanks.

1 answer

0 votes
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 28, 2012

I do not really understand your question, sorry. I think you want to have a filter "Assigned to me" without closed issues. Is that right ?

If this is it, just use this JQL: assignee = currentUser() AND status != closed

pavelmoscow February 29, 2012

ok, thanks, you understand correct.

i add jql in favourite filters, like:

project = *** and duedate < now() and status != Closed
project = *** and status = Open
project = *** and status = Closed
project = *** and status = "In Progress"

Suggest an answer

Log in or Sign up to answer