Notification for issues nearing Due date

XMLWordPrintable

    • 10

      Problem Definition

      It would be great to have a notification (email, pop-up) when an issue is nearing due date.

      Suggested Solution

      Add an event in the notification scheme which can send the notification for required users.

      Workaround

      • Create a Filter.
      • Define and run your search. Below is the sample JQL query to obtain the issues that are past due date.
      • project= {Mention the project} and  duedate <= now()
        

        You can edit the JQL to customize it with Issue type, status etc with respect to the requirement.

        project = SOF and  issuetype = bug and  status="In Progress" AND duedate <= now()
        
      • Subscribe to the filter

              Assignee:
              Unassigned
              Reporter:
              Shwetha Suvarna
              Votes:
              5 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated:
                Resolved: