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 current user if the user is not member of a certain project role

I need to create a post-function to assign the issue to the current user only when the user is not member of a particular project role.
Is it possible?

You have to use Set a field as a function of other fields post-function with the following configuration:


Setting rule used is:

[!isInRole(%{00020}, "name_of_project_role")]%{00020}

Note that:

  • %{00020} is field code for "Current user"
  • Value selected for parameter "Field to be checked..." is irrelevant, since we only used a type 2 setting rule

Once configured, 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"