timesOfTransition should accept status ID in addition to the name

Issue #1002 new
Richard Ziegler created an issue

A rogue JIRA admin changed the "In Progress" [3] issue status to "WIP". This broke a lot of our post-functions, where we used timesOfTransition("", "IN PROGRESS") to calculate a duration for a worklog.

As a user of the timesOfTransition function I would like to be able to use the status ID in addition to the status name.

timesOfTransition("", 3) === timesOfTransition("", "IN PROGRESS")

Comments (1)

  1. Fidel Castro Armario repo owner

    Hello @rziegler_il,

    We are preparing support using IDs for statuses among other JIRA items. This will be supported in a close future version. Stay tuned to next versions of JWT.

    Regards

  2. Log in to comment