An issue will have a multiple due-date custom field, when this date comes we wish to notify some users.
Is this possible?
edit:
is this feasible with JJUPIN
1) create Scheduler.Sil to check all the value of due_date custom field of all open issues, if due_date is same with current day, send notification to assignee
2) register sil service and call Scheduler.Sil every day
JJupin provides you services, too. You can create a service and customize the email to be sent for those issues.
So yes, the solution you describe is feasible.
Thanks Radu..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Radu, From the Sil that would be called by the Sil Service, how do i loop thru all the issues available in Jira? Tried reading jjupin guide cant find a variable/routine that holds the list of all issue in Jira. Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://confluence.kepler-rominfo.com/display/SIL/selectIssues Don't get all issues, try to filter them directly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wow, problemo solved.. Thanks a lot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey eric,
you could just set an filter (duedate >= now()) and subscribe it - then you get emails in a period X (daily f.e.) of the issues which are due.
an alternative would be the Script Runner plugin.
There you can use the Escalation Service to send custom mails when the filter is reached in a period X (minutes or cron expressions)
https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
BR
Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Simon, Cant use filter since we have multiple due dates per issue. Also we have JJUPIN plugin for scripting. Regards,
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.