Hi everyone,
I am still very new to Jira and I am not sure how to go about this task. (Listener? Behavior? Something else?)
I have a project lead who would like to automatically generate a comment when closing a BUG issue with a set of questions of what was done for the user to answer before saving.
I found the code below (For a Behavior I believe) but in the statement on line 8, I do not have the issueID.
I did further reading and I believe I need to use ether the issueContext or underlyingIssue objects but am unsure of how to get a hook into ether of them.
Am not sure if I am even on the right track.
Is a behavior the right home for this?
How do i access the issueContext and underlyingIssue objects?
Thanks!