Hello,
i created several issues, and a filter, i subscribe on that filter for receiving email notification when the due date of the issues approaches.
How can i add my issues to a board to receive email something visual when due date approaches ?
Thank you
Sure if I really understand your question. It seems that you want some visual representation on your existing board when issue is due soon. If that is the case I would recommend creating a swim lane that shows due soon and use a JQL that helps filter those at the top. Other options are to use card colors to show due soon again using a take you out for that. Finally you can create a quick filter for the board using a JQL to showing due soon.
example JQL - duedate <= 7d
note that will include overdue as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.