Versions Compared

Key

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


Panel

On this page

Table of Contents
maxLevel2
exclude(On this page|Use case).*
stylecircle
typeflat
separatorpipe



UI Text Box
sizemedium
typeinfo

Use case

Change the assignee of an issue after the evaluator has approved the issue to the next evaluator specified in an User Picker (multiple users) custom field.


Prerequisites

UI Expand
titleSet up custom fields


UI Steps


UI Step

Create a User Picker (multiple users) text custom field

Name: Evaluators


UI Step

Create another User Picker (multiple users) custom field

Name: Approvers





Configuration

UI Steps


UI Step

Add the Update or copy field values post function to the desired transition or create a new transition.


UI Step

Target issue*

Choose Current issue


UI Step

Fields*

UI Steps


UI Step


UI Steps


UI Step

Field*

Choose Approvers


UI Step

Value*

Set field value manually (parser expression)


UI Step

Expression*

Set it to Basic text and use the following expression

Code Block
linenumberstrue
+ %{system.currentUser}





UI Step


UI Steps


UI Step

Field*

Choose Assignee


UI Step

Value*

Set field value manually (parser expression)


UI Step

Expression*

Set it to Advanced and use the following expression

Code Block
linenumberstrue
first(toStringList(%{issue.cfEvaluators}) EXCEPT toStringList(%{issue.cfApprovers}))


UI Text Box
typenote

Please. do not forget to replace %{issue.cfEvaluators} and %{issue.cfValidators} with the corresponding field codes of the Evaluators and Approvers fields.








Related use cases

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Parser functions, Label
sortByTitle
cqllabel = "use-case-workflow"


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue


JWT feature

Workflow function

Update or copy field values

Parser functions

first()

toStringList()

Label



Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
colourGreen
titletododone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged


...