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,558,804
Community Members
 
Community Events
184
Community Groups

Subtask Default Fields with ScriptRunner don't work for Assignee

Edited

It works for summary, description and compontens, but it don't inherit the assignee.

This is the script I used as Server-Side-Script for an added visible field (summary):

2018-04-17 17_05-Behaviours - SQL Projekt AG JIRA Testsystem.png

Still, when I click on "Create a subtask" Assignee-Field stays empty. 

 

When I add this line

2018-04-17 17_13-Behaviours - SQL Projekt AG JIRA Testsystem.png

the assignee appears in the description-field. So it is possible to get the value. Why it then won't work with the assignee-field?

 

We use Jira Server 7.7.0 and ScriptRunner 5.3.13 (latest Version).

We update Jira tomorrow to 7.9.0

 

 

 

1 answer

0 votes
Joshua Yamdogo _ Adaptavist
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.
Apr 20, 2018

It looks like you are setting by user ID. If I remember correctly, I think you might need to set by username.

Regards,

Josh

Hey Joshua,

can you give me the full line as example pls? :)

 

The server-side script I showed above is an example from Adaptavist website:

https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/subtask-default-fields.html

 

The example there is:

getFieldById(ASSIGNEE).setFormValue(parentIssue.assigneeId)

 

I tried to give out the value in the description field. For that I changed the line to this:

getFieldById(DESCRIPTION).setFormValue(parentIssue.assigneeId)

 

Expected output: Assignee ID in the DESCRIPTION-field --> right

2018-04-23 11_06-Unteraufgabe erstellen _ SALIA-82 - SQL Projekt AG JIRA Testsystem.png

Why it doesn't work with the ASSIGNEE-field?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events