How can I take parent issue summary when creating a linked issue?

Harun Çetin October 3, 2012

I use an issue type and its sub tasks. When an issue creates, the sub tasks creates automatically. I used Script Plugin (Script Runner). I want if one subtask resolved an linked issue create. Built-in script done this. I am searching an Additional issue actions codes to take parent issue summary.

sample code:

issue.summary = transientVars.getparentissue.summary + " - XXX"

is not working. How can I take parent issue summary?

1 answer

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 3, 2012

log.warn transientVars

The issue you are searching for is in there. It might be called originalIssue or something, or try issue.

This question has been answered before, if you look around you will find the answer.

Suggest an answer

Log in or Sign up to answer