Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,626
Community Members
 
Community Events
185
Community Groups

Behaviour- set current user in a User-field but display only his full name

Hello,

 

I am using behaviour to set the current user in a field (User picker type) when issue moves to Done (on Done screen).

 

I want to display only the full name of the current user, But wen I did it in my script, Jira cam't find this user.

This is my script:

import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.issue.Issue
import com.atlassian.jira.issue.fields.CustomField
import java.sql.Timestamp

def customFieldManager = ComponentAccessor.getCustomFieldManager()

// Getting custom field object
def CustomFieldName = getFieldById("customfield_XXXXX")

//Get current user
def currentUser = ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser();
def fullName = currentUser.displayName

CustomFieldName .setFormValue(fullName.toString())

 

How can I do this display without distroying the functionallity?

Attached print screen of the behaviour:

ps.JPG

Thank you!

Daniel

1 answer

0 votes
Omprakash Thamsetty
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 14, 2022

I know this is very old post. 

 

You can use in line 13. 

 

def fullName = currentUser.getDisplayName()

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events