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

In the following use case it is explained how to add or remove request participants from the field Request participants after executing a transition.


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

Field

Choose Request participants


UI Step

Value

In the popup, choose the value Set field value manually (parser expression)


UI Text Box
typenote

If you want to remove all participants, you can select Clear field value instead and skip the next step.



UI Step

Use one of the following expressions.

UI Expand
titleExpressions for a fixed set of participants

Set the expression editor to Basic text and use any the following expressions depending on your preference.


Expressions

If you want to overwrite all existing request participants and add a fix set of new participants, use a comma separated list of usernames.

Code Block
languagebash
linenumberstrue
user.one, user.two, user.three


If you want to add a fix set of new participants to the existing ones, use a comma separated list of usernames preceded by a plus + sign.

Code Block
languagebash
linenumberstrue
+ user.four, user.five, user.six


UI Text Box
typeinfo

If you use prefix - you will remove this set of users instead of appending them.


If you want to overwrite all existing request participants and add users in a group instead, simply write the name of the group.

Code Block
linenumberstrue
jira-users


If you want to add users in a group to the existing ones, write the name of the group preceded by a plus sign.

Code Block
linenumberstrue
+ jira-users




UI Expand
titleExpressions for users contained in a User Picker field

Set the expression editor to Basic text and use any the following expressions depending on your preference.

Expressions

If you want to set the field with users in a User Picker or Multi User Picker custom field overwriting the existing ones, simply write the field code.

Code Block
languagebash
linenumberstrue
%{issue.cf10001}


If you want to add users in a User Picker or Multi User Picker custom field to the existing ones, write the field code preceded by a plus + sign.

Code Block
languagebash
linenumberstrue
+ %{issue.cf20002}










Related use cases

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


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue


JWT feature

Workflow function

Update or copy field values

Parser functions
Label



Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

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


...