"Next Fire Time" option is missing

Issue #118 closed
Christian Krause created an issue

Since the update of Jira from 6 to 7 The Scheduler does not show the option for the due date to be set to the next fire time. I can only select between Fixed and Dynamic (see attachment).

I thought that maybe there have been some changes like removing this option and adding a keyword for the dynamic input field so I looked it up in the documentation (https://bitbucket.org/apdc/the-scheduler/wiki/Setting%20Due%20Date%20Field) but it still shows this option.

So currently all scheduled tickets are due the same day now and we have to manually set the correct due date.

Used Versions Jira: v7.0.9#70119 The Scheduler: 4.0.5

Comments (5)

  1. Christian Krause reporter

    I just checked the generated HTML code and found this:

    <!-- APDC-1415
        <div class="radio">
            <input class="radio dueDateType" type="radio" name="dueDateType" value="NEXT_FIRE_TIME" id="dueDateType-next-fire-time" >
            <label for="dueDateType-next-fire-time">Next Fire Time</label>
        </div>
        -->
    

    The Option has been deactivated. When will the corresponding ticket APDC-1415 be fixed and the "Next Fire Time" option activated again? Or what is an alternative solution to "create a new ticket every monday at 7:00"?

  2. Ziniewicz Maciej

    Since The Scheduler Plugin supports JIRA 7.x it uses Atlassian Quartz library. Unfortunately, calculating time process has some errors there and sometimes it returns wrong values so we had to disable this option. We will activate it when attlasian fix this bug.

    Regards, Ziniewicz Maciej

  3. Ziniewicz Maciej

    Hi! I'm happy to inform you that we've just released new version of TSP(v4.1.1) that supports again next fire time function. You can update your plugin by marketpleace. Regards, Ziniewicz Maciej

  4. Log in to comment