🚀 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 Current »

On this page



Features used to implement the example



Example: Creating issue links to issues with the same "Summary"

I want to link the newly created issues to the existing with the same "Summary" by transition. I’ve tried with your description for Create issue link for Jira Workflow Toolbox post-functions, but can’t find the right settings. Hope you can give me advise. 

You should use post-function Create issue link with the following configuration:


JQL Query used is: summary ~ "%{00000}"

If you want to restrict issues within the same project use the following JQL query: summary ~ "%{00000}" and project = "%{00018}"


Note that: 

  • %{00000} is field code for "Summary"
  • %{00018} is field code for "Project key"


Once configured, transition "Create Issue" will look like this:



Related Usage Examples