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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.