Script Runner Not creating subtasks

Adam White October 1, 2015

I've tried everything in the sun and cannot for the life of me get the Create Subtask post-function to work using Script Runner.

The user executing the transition has permission to create issues.

The target subtask is a valid issuetype in the project.

The workflow it's using is the classic workflow.

The field configuration scheme for the issue type is also the default and has no restrictions.

There's nothing special in the actual post function itself, just a 'Create Subtask' task.

 

I looked in atlassian-JIRA and could not find anything helpful other than: 

2015-09-30 09:52:15,368 http-bio-443-exec-24914 ERROR awhite 592x7901709x3 19ulta1 172.27.88.168 /secure/CommentAssignIssue.jspa [scriptrunner.jira.workflow.ScriptWorkflowFunction] Script function failed on issue: HREO-15, actionId: 51, file: null

 

Any ideas?

3 answers

0 votes
Evan Golden October 5, 2015

Have you tried bob swift JIRA create on transition?  It allows you to create tasks and sub tasks on transition quite easily. Great add on. 

0 votes
JamieA
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.
October 1, 2015

After the log message you posted there should be a stack trace - is there not one?

Is HREO-15 the parent issue?

Can you attach a screenshot of the configuration of the workflow function.

Adam White October 1, 2015

https://www.dropbox.com/s/mbkdcbk2snmvt64/workflow1.PNG?dl=0 https://www.dropbox.com/s/tbj9mj4b2zsbcmi/workflow2.PNG?dl=0 I was unable to find any other error message in atlassian-jira.log. And yes, HREO-15 was the parent issue.

Adam White October 2, 2015

Any ideas Jamie?

JamieA
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.
October 4, 2015

Can you set the log level to debug: https://scriptrunner.adaptavist.com/latest/jira/getting-help.html#_support_requests - then doing the failing transition, then post the whole log. If it's private you can create a ticket at https://productsupport.adaptavist.com/servicedesk/customer/portal/2

Adam White October 5, 2015

Thanks Jamie. How do I turn off logging once I am done?

JamieA
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.
October 5, 2015

change the DEBUG to WARN and rerun.

0 votes
John Kelly October 1, 2015

Do you have a validation on your subtask create step that requires an Assignee?

Adam White October 1, 2015

Hi there, Nope. Only: Only users with Create Issues permission can execute this transition.

Suggest an answer

Log in or Sign up to answer