Need Assistance In Plugin Work

Issue #210 resolved
Andrew Bilukha created an issue

We are trying to set up a few Scheduled Issues in JIRA that coincides with some of the events that occur on a quarterly basis, but with a 60 or 45 (calendar) day lag – One is due on Aug. 14th since that is 45 days from the end of Q2 (Jun. 30th) and then will next be due on Nov. 14th, which is 45 days from the end of Q3 (Sep. 30).

How can we set this up to work in The Scheduler plugin? The Idea is "Each Quarter End + 45 days" and "Each Quarter End + 60 days"

Comments (2)

  1. Łukasz Modzelewski

    Hi Andrew,

    I've prepared some screenshots that might help you.

    1 . While creating issue set "Due Date" to dynamic and specify number of days "45d"

    01_dynamic_due_date_45d.png

    2 . Add this advanced cron expression: 0 0 12 L 3/3 ? * This would create and issue on the last day ( L ) of 3rd month in 3 month period (the end of Q) at 12:00:00

    02_advanced_cron_expression.png

    3 . In the upcoming issues you can preview when issues will be created.

    03_upcomming_executions.png

    Let us know if you need any help.

    Best regards,

    Łukasz

  2. Log in to comment