Forums

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

Generar fecha de inicio automáticamente cuando cambia de backlog a in progress

Lucas Silberberg
May 6, 2023

Hola a todos! Soy nuevo en Jira y queria saber si se puede generar una automatización. 

Queria hacer una regla que al tomar una tarea que cambie de estado 1 (backlog) a 2 (In progress) le ponga automaticamente esa fecha de inicio y que si se vuelve al estado 1 borre la fecha de inicio.

Se puede hacer? 

1 answer

1 vote
Jacek Jarzab
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!
March 7, 2019

Hi, 
The solution is to set value like for a standard custom field (not select). But the value object should be of type com.atlassian.jira.project.Project
For example: 

issue.setCustomFieldValue(getCustomField(PROJECT_DELIVERY), sourceIssue.getProjectObject());

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events