Variable is not working

Issue #231 resolved
Edward Tutanes created an issue

Hi,

We just started using this add-on and I'm trying to test the variable functionality I saw from this link (https://bitbucket.org/apdc/the-scheduler/wiki/Predefined%20values%20in%20Summary%20and%20Description).

The task I setup up successfully created an issue but the variable I used is not working.

Can you help?

Comments (1)

  1. Łukasz Modzelewski

    Hi Edward,

    First of all I would strongly recommend you to upgrade to The Scheduler 5.0.6 - the latest version for JIRA 7.x with support for Scheduled Issues with sub-tasks.

    You are using wrong predefined value: in the table there is no variable ${createdDate.time} ... but you can easily use "${createdDate.format("dd-MM-YYYY HH:mm")}". Just skip unwanted parameters and leave only "HH:mm" -> ${createdDate.format("HH:mm")}

    (If you stay on version 4.x be aware that predefined values in description works in text mode - because visual mode adds "\" after $ sign)

    Here is a screenshot for reference:

    The Scheduler Created Date Format.png

    Cheers,

    Łukasz

  2. Log in to comment