When using the "Create Subtask" script in a post-function, is there a way to use the parent task's summary in the new task's summary?
Don't know the answer for that post function, but it can be done with the post function from Create on Transition Plugin for JIRA
I was doing some test today with that. You can have parent issue summary with the following script:
issue.summary = "Type whatever here... " + transientVars["issue"].summary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.