Hi,
we use JMWE plugin, I want to add post function when issue transition in resolved status Copy field value from project A to Project B.
i want to add a condition in this post function and i dont know how use nunjuck. i want something like this , copy this value to the linked issue if the linked issue is in Project B.
we create many linked issues in another project (project C,D,E,F...) from Project "A" and I want to run this post function only for Project "B"
Hi,
the condition you're looking for is:
{{ linkedIssue.fields.project.key == "B" }}
This can be used in the Conditional Execution section of the Copy Field to Linked Issues post-function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.