I have start and end dates for all my tasks. How do I get a view on Your Work that shows me when tasks are due to start. I don't want to see what Tasks that I have set to start 2 months from now. I only want to see what I need to work on now.
Hi Dennis,
Have you created a custom film or start date or something similar? Assuming so you want to create a filter that will allow you to display those issues that are about to start. You could use a dashboard to easily access this list. For example your filter might look something like this...
project = myproject and assignee = currentuser() and “start date” <= endofweek()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.