Hi, how can I make a filter that only shows issues that start date has started? I am having troubles in my issues that are assigned in me in months advance, and I only wanted to see issues that I need to work right now, not issues that doesn't start in the coming weeks or months?
You can use JQL: [field_name] < now() like for example:
You can also add AND assignee = currentUser() to limit results to issues assigned to you.
Best regards,
Piotr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.