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,551,671
Community Members
 
Community Events
184
Community Groups

How do I retrieve selected options in a database-picker on the issue creation screen with validator?

Edited

Hi,

I'm running Jira Service Desk Server with Scriptrunner 6.9.1.

I have a Scriptrunner database picker in my request form and I want to validate its content before the issue is created. However in the custom validator I am not able to get its content with the usual

def cField = customFieldManager.getCustomFieldObjectsByName("field name")[0]
def cFieldValue = issue.getCustomFieldValue(cField)

because cFieldValue is always null. I'm sure the code works because I can get other field values. I can also retrieve options when the issue is already created.

Is this a bug? If not, how can I achieve my goal?

 

By the way:

log.warn(customFieldManager.getCustomFieldObjects())

prints

[com.onresolve.scriptrunner.runner.field.IssueParametersCapturingImmutableCustomField@72617c4c, Approvals, Approvers, Customer Request Type, Linked major incidents, Organizations, com.onresolve.scriptrunner.runner.field.IssueParametersCapturingImmutableCustomField@7d3bc00e, Request participants, Satisfaction, Satisfaction date, System, Time to first response, Time to resolution, Type, issueFunction]

 These bolded fields are the ones I can't print.

1 answer

1 accepted

0 votes
Answer accepted

With the exact same code, I was able to solve this issue by upgrading to ScriptRunner 6.10.0.

I believe this is related to https://productsupport.adaptavist.com/browse/SRJIRA-4611.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events