i would like to populate team name in Task , whatever in epic, i tried with below smart value, but it didnt work.
Below script i used it in advanced section
{
"fields": {
"Team": "{{issue.parent.Team.id}}"
}
}
another one is
{
"fields": {
"customfield_10001": "{{issue.customfield_10001}}"
}
}
after executing, its says customfield_10001 doesn't support
Hello @Ramesh Krishnan
Have you tried to construct this rule? Is there a portion that you are having trouble figuring out?
I encourage you to build as much of the rule as you can, share screen images of it with us, and tell us about the portion with which you are struggling.
Below script i used it
{
"fields": {
"Team": "{{issue.parent.Team.id}}"
}
}
another one is
{
"fields": {
"customfield_10001": "{{issue.customfield_10001}}"
}
}
after executing, its says customfield_10001 doesn't support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for that additional information.
One debugging feature available to you is the Log action. Put one of those directly before the action where you are using THE SON code and use it to print into the rule log the smart values you have tried to use in the JSON code.
To enable us to help you debug your rule please provide screen images showing your entire rule.
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.