I need to copy Component from Product Requirement (PR) to Test issue when those are linked (PR 'is tested by' Test).
For some reason smart value {{destinationIssue}} (WOW-2811) is interpreted as {{issue}} (WOW-16078).
How to circumvent this and get the wanted outcome?
I noticed that issueType.name should be used. Did not help with {{issue}}.
Smart values are name, spacing, and case-sensitive...and I noticed in your condition you use issuetype rather than issueType, and so that condition may be collapsing to null.
Please try {{destinationIssue.issueType}}
And also...what type of project is this: company-managed or team-managed? If team managed, you may want to confirm the exact issue type, perhaps using an example test query in advanced issue search to confirm that works:
project = WOW AND issueType = "Product Requirement"
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.