Hello!
Could you please advise how to not display closed tickets/issues.
What should i add to following line in the search bar?
"key in watchedIssues() ORDER BY status DESC, cf[10800] ASC, cf[10802] ASC"
Thanks for yout help!
Hi Pawel - Welcome to the Atlassian Community!
Maybe try this:
"key in watchedIssues() and statuscategory != Done ORDER BY status DESC, cf[10800] ASC, cf[10802] ASC"
Thank you John!
Works great!
Is there any possibility we could add additional "filter" to this line to show the tickets from the most recent one to the oldest?
key in watchedIssues() and statuscategory != Done ORDER BY status DESC, cf[10800] ASC, cf[10802] ASC
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.