We have a process that is supposed to begin at a certain time (3 PM).
When it hits 45 minutes before the task is supposed to begin its supposed to transition it from Backlog --> On Deck
When it hits 5 minutes before it is supposed to transition it from On Deck --> Ready to begin.
However both of these rules do not work the way it is supposed to.
We have a custom field called start time, its a free text field.
First if statement
{{now.convertToTimeZone("America/Los_Angeles").plusMinutes(45).shortTime}}
greater than
{{issue.customfield_11976.todate("HH:mm:ss").shorttime}} (this is the start time field)
Then it is supposed to transition it only if its within 45 minutes of the start time, but it always transitions it no matter what

![Monosnap [RRNC-2974] test - Jira 2023-11-15 10-17-23.png Monosnap [RRNC-2974] test - Jira 2023-11-15 10-17-23.png](https://us.v-cdn.net/6038660/uploads/images/291875iD6D6FAB1887D7812/Monosnap%20%5BRRNC-2974%5D%20test%20-%20Jira%202023-11-15%2010-17-23.png)