Hi, we have a web-item that clones existing ticket to another project. I am trying to auto-fill some of the fields using following url. How can I capture the parent issue's custom field's value? so, in the example below, what should "parent-issue-some-customfield-value" be?
<link linkId="prs-ki-web-item-link">/secure/CreateIssueDetails!init.jspa?pid=12400&issuetype=10802&summary=${issue.summary}&customfield_12801=${issue.key}&customfield_12802=${parent-issue-some-customfield-value}</link>
Thanks