Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.6.2


Section


Column
width600px


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: Change parent's status depending on sub-task's summary (Transition issues)

In this example the parent issue should be moved transitioned to status "Estimate created" when the sub-task's summary contains the key words "create estiamteestimate".

This can be done with post function Transition issues and implementing it at "Create issue" in the using the Transition issues post function in the Create transition ofthe subtask's workflow:


Text to be parsed: %{00000} ~ "create estimate"


Note that:

  • %{00000} is field code for field "Summary"


Once configured, the transition will look like this:




Other examples of that function

Incoming Links
pageTransition issues
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label in ("post-function","transition")