Hi all,
I have an automation that creates a linked issue in a procurement project.
What I would like to do is have the issue.key from the parent issue updated into the label of the linked issue. This way I can display it on the board as it allows for the displaying of Labels.
I thought in the create issue step in the automation I could set labels to be issue.key but I get this error;
Hello @Ste404
Thank you for reaching out.
I'm not sure if I totally understood your automation logic, but you can use the smart value {{issue.parent.key}} to properly copy the parent key to the labels field of a child/linked issue:
Can you confirm if that works for you?
You can check the documentation below for more details about smart values:
Smart values in Jira automation
Let us know if you have any questions.
Thanks for the reply, I was leaving out '.parent.' and now it works fine.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This usually happens because Labels is not available on the target issues screen or cannot be set during create. Try adding Labels to the screen, then use a separate - Edit Issue - step after creation and set it with {{triggerIssue.key}}. That typically works.
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.