Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width30%600px


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: Assign issue to a specific user based on a specific custom field value

I will explain how to assign an issue to a specific user based on a specific field (custom or virtual). I will use an example where I want issues to be assigned to specific users (galileofeynmannewton, ...) at creation time, depending on the value of a custom field called "Impact". Impact is a Select List with the following possible values: Very LowLowMediumHigh and Very High.

To implement this example we will use post-function Set a field as a function of other fields. We will insert this post-function in transition "Create Issue", ensuring it is executed after post-function "Creates the issue originally.". Let's see in a screenshot the required configuration to do it:

Image RemovedImage Added


Setting rules used:

(Very Low)galileo
(Low)feynman
(Medium)newton
(High)einstein
(Very High)kepler

Once configured, the transition will look like this:


Image RemovedImage Added



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 = "custom-field"