Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Question

Is it possible/how to NOT see issues in My Work that are closed?

Answer

Tempo is using Jira issue picker in Tempo side panel, therefore it’s not possible to filter out the closed issues at the moment. To prevent logging/planning time on resolved/closed Jira issues, 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:

Code Block
assignee in (currentUser()) AND resolution = Unresolved

Please vote on Aha! ideas for improvement:

Cloud: https://ideas.tempo.io/ideas/T-I-1641
Server: https://ideas.tempo.io/ideas/T-I-228