To learn more about Tempo products, please visit our Help Center. For support, see our Support Portal.
Tempo side panel to filter out closed work items
Question | Is it possible/how to NOT see work items in My Work that are closed? |
|---|---|
Answer | Tempo is using Jira work item picker in Tempo side panel, therefore it’s not possible to filter out the closed work items at the moment. To prevent logging/planning time on resolved/closed Jira work items, it’s recommend to write a JQL of assigned and open (or not closed) status for a filter list as a work around. You can check Tempo Help Center document on Customizing what’s in the issue picker and on Displaying issue lists and Jira filters.
JQL Example: assignee in (currentUser()) AND resolution = Unresolved
Please vote on Aha! ideas for improvement: Cloud: https://ideas.tempo.io/ideas/T-I-1641 |