Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Es posible automatizar una fecha referente a un cambio de estado?

Yorman Chamorro Castro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 30, 2025

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? 

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2025

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:

  • an image of your complete automation rule in a single image for continuity
  • images of any relevant actions / conditions / branches
  • an image of the audit log details showing the rule execution
  • explain what is not working as expected and why you believe that to be the case

 

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events