Is there a way in JIRA to have the due date send a notification to HipChat or auto insert itself in current sprint when coming due?
No you can not. But you can adjust your JQL filter for your backlog to include some kind of a condition to handle due date. You can also configure a filter subscription: https://confluence.atlassian.com/display/JIRA/Receiving+Search+Results+via+Email which will email you a list of issues with a due date within the next N amount of time. That way you can reference this to add issues to upcoming sprints.
That is a great idea. I did not know you could do that. What I need is to be able to say if (current date - x days) > due date send me an email. Is there a way to set that type of jql filter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found another answer with this same information. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at: https://confluence.atlassian.com/display/JIRA/Advanced+Searching You could do a daily subscription with JQL along the lines of: duedate < startOfDay(+7)
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.