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?
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());
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.