Quarterly Variable

Issue #252 wontfix
Edward Tutanes created an issue

Hi,

Just want to know if we can add this on the future release?

E.g. Q{1}-2017

Will just return the quarter number (1-4)?

Thanks,

Comments (3)

  1. Dominik M.

    Dear Edward,

    This seems to be an interesting feature and we will consider its implementation in future releases of the add-on.

    Many thanks, Dominik

  2. Łukasz Modzelewski

    Actually, this can be done, with custom build date format.

    Here is an example from our cloud documentation, but in this case server uses the same format so it should also work:

    "You can use patters specified here: https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#patterns

    Here you can see the example with quarters used in creation and due date: ${createdDate.format("'Q'Q.yyyy")} ${dueDate.format("'Q'Q.yyyy")}:"

    Documentation: https://psc-software.atlassian.net/wiki/spaces/SCHED/pages/1773421/Predefined+values+in+any+issue+fields

  3. Log in to comment