Possuo uma automação que filtra usando JQL baseado no status em que o problema se encontra e na data de vencimento.
A sintaxe que usei foi a seguinte:
Contudo, quando tento validar, o seguinte erro é exibido:
Para usar essa funcionalidade, como escrevo o nome do status?
O nome é literalmente "Comissionamento da Usina"
Hi @T_I _ Is Brasil Solar - if you're using status names with more than one word, you have to use "" to encapsulate them.
The JQL has to be:
status = "Comissionamento da Usina" AND duedate < now()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.