Hola, tenemos jira cloud y queremos hacer una automatización en un tablero de discovery.
Cada vez que una actividad pase de un estado "A" a un estado "B" queremos que la fecha en la que se hizo la transición de un estado a otro se registre en un campo personalizado tipo fecha. Estamos probando con las automatizaciones pero no funciona, porque sucede esto? que podemos estar haciendo mal?
Hi @Yorman Chamorro Castro -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
JPD uses its own, JSON-based date fields. Is your field a JPD date field?
If so, the field must be updated using a JSON expression. For example, to set a JDP date to the current date, this expression would work with the More Options > Additional Fields section of the Edit Work Item action:
{
"fields": {
"customfield_12345": "{\"start\":\"{{now.jiraDate}}\",\"end\":\"{{now.jiraDate}}\"}"
}
}
Please substitute in your own custom field ID and desired date value.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.