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: 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:


Text to be parsed is: toString(linkedIssues("Esta probando a"))


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

Incoming Links
pageCreate issue link
labelsexample


Break issue link

Incoming Links
pageBreak issue link
labelsexample


Copy parsed text to a field

Incoming Links
pageCopy parsed text to a field
labelsexample


Related Usage Examples

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