Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width30%
Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel1

Column



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:



Other examples of that function

Incoming Links
pageCreate issue link
labelsexample

Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "issue-links"