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.7.0


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: Set the assignee based on a condition

In this example, the assignee shall be set according to a user picker custom field "Testers" when transitioning a ticket from "To Do" to "In Progress" based on . If a user picker custom field. When there is a user in this field is set within the field, he should be set as assignee, otherwise the reporter should be set.

For this a user picker custom field and the post funciton This can be done using the Set a field as a function of other fields are needed post function.


The to be parsed is:

(^$)%{00006}
(.*)%{10405}


Note that:

  • Before configuring the post functionObviously, a user picker custom field has to be set up is needed (in this case it's called "Testers")
  • %{00006} is field code for field "Reporter"
  • %{10405} is field code for custom user picker field "Testers". The code might be different in your instance.


Once configured, the transition will look like this:



Other examples of that function

Incoming Links
pageSet a field as a function of other fields
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "post-function"