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

Subtask Default Fields with ScriptRunner don't work for Assignee

Paula Lehmann April 12, 2018

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

Suggest an answer

Log in or Sign up to 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.
April 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

Paula Lehmann April 23, 2018

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?

TAGS
AUG Leaders

Atlassian Community Events