how to add new label or filed to remind me before due date for the issue & I want to know about that on epic level & if there is steps or process will be useful for me.
The system is jira software
Hi @Khalid Qassadi , welcome to the Community.
You should consider using Automation. There is actually an example available in the Templates library as illustrated below...
Welcome to the community @Khalid Qassadi !
I'd suggest to use the automation rule for that. And for that you would need to use the Service project instead of software (I am assuming that you are using the software project here).
Within the software project you can use the trigger SLA threshold breached within the automation rule, which would look something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Khalid Qassadi ,
Try using the Time Between Statuses app. This is a development of my team. The app is designed to calculate various time KPIs.
You can generate timers within each project and define task warning and critical time limits.
If this time is exceeded, you will receive a notification in the task and by email.
We offer you 30 days of free trial.
Try it; I hope it will be helpful to you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could also create a filter that returns all issues that will be due that day (or the next day, depending on when you want to be notified) and create a filter subscription to send you an email every day with the issues that will be reaching their due date.
If you want to see the epics that have issues that meet this criteria, then the filter subscription won't help you unless you have a plugin like Scriptrunner that has additional JQL functions that allow you to return epics that contain issues which meet a certain criteria.
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.