Example: Replace certain issue link types with different ones

The following situation:

  • Two issue type: Test and Story

  • Two link type: Pruebas (Es probado por, Esta probando a) and Pruebas Old (Fue probado por, Probó a)

  • Pruebas Link type between Test and Story. "Es probado por" from Story and "Esta probando a" from Test.

I need change  Pruebas link to Pruebas Old. For example:

Issue link before transition:
  • Test A "Esta probando a" Story A
  • Story A "Es probado por" Test A

Issue link after transition:
  • Test A "Probó a" Story A
  • Story A "Fue probado por" Test A


You should insert in the transition of Test's workflow the following 3 post-functions:
Post-function Copy parsed text to a field with the following configuration:


Post-function Create issue link with the following configuration:



Post-function Break issue link with the following configuration:



Once configured, the transition in Test's workflow will look like this:




Related Usage Examples