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: Automatically close resolved sub-tasks when parent issue is closed

Let's see how to automatically close all sub-tasks when parent issue is closed. We do it in two steps:

We copy the name of the target status ("Closed") in auxiliary field "Ephemeral string 1" using post-function Copy parsed text to a field:


We use post-function Write field on linked issues or sub-tasks to copy the value in "Ephemeral string 1" into virtual field "Issue status" of all the resolved sub-tasks. 




Once configured, the transition looks like this:



Other examples of that functions

Write field on linked issues or sub-tasks

Incoming Links
pageWrite field on linked issues or sub-tasks
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 in ("sub-task","transition")