Hello, I would like to create a personnalized filter with all the End date of every tasks (only tasks and without the sub tasks) and save it. Could you please let me know how to create it?
Thank you for your help.
Geneviève
Hi @Geneviève Lagacé
Could you be more specific with what you mean by "all the End date of every task"? Do you mean a filter for tasks with a specific due date?
If you want to get a list of all Tasks with that are due on March 3rd, you could use the following JQL:
due >= 2023-03-03 AND due <= 2023-03-03 AND issuetype = Task order by created DESC
This filter also works in "basic mode".
Cheers,
Jens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Geneviève Lagacé ,
@Jens Schumacher - Released_so has given a fantastic solution for a specific date.
If you just want to see the due date for only your tasks just select the Type as "Task" and in the columns dropdown select "Due Date" and save.
This would return all tasks and you can see each ones due date on the board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.