loop when clone an issue in create transaction

Irene Espadas October 19, 2014

I use a script to clone an issue in the postfunction.- How can I prevent the loop? This only occurs in CREATE transaction, not in the others:

 

Lo siguiente se procesará luego de realizada la transición

  1. Crea una incidencia de origen.
  2. Reindexar una incidencia para mantener los índices sincronizados con la base de datos.
  3. Script workflow function : Clones an issue and links.
    Issue will be cloned to project DUNE
    With issue type: Task
  4. Disparar un evento Incidencia creada que puede ser procesado por escuchadores.

 

 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 19, 2014

You need to create an issue of a type which has a different workflow that does NOT have this post-function on it.

Or, you could add a new custom field to the issue type (read only, no need to put it on screen), set it on the primary new issue, and then interrogate it and break oout of the clone process if it is found on the originating issue.

Suggest an answer

Log in or Sign up to answer