Date triggered event is this possible in Jira (JJUPIN)

eric anier
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

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

 

2 answers

1 accepted

0 votes
Answer accepted
Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

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.

eric anier
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

Thanks Radu..

eric anier
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

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,

Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

https://confluence.kepler-rominfo.com/display/SIL/selectIssues Don't get all issues, try to filter them directly.

eric anier
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

Wow, problemo solved.. Thanks a lot.

0 votes
Simon Kegel //SEIBERT/MEDIA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

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 

eric anier
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

Hi Simon, Cant use filter since we have multiple due dates per issue. Also we have JJUPIN plugin for scripting. Regards,

Suggest an answer

Log in or Sign up to answer