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?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.