🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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:




Other examples of that functions

Create issue link


Break issue link


Copy parsed text to a field


Related Usage Examples