Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can't find custom field when I create automation

Юманкин Д_М_
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 22, 2022

Dear community, need help.

I create custom field Должность (Post), with type Select List (cascading). 

Then I added this field to the request creation and editing screens.

After that, I specified the context for all issue types and for all projects.

But when I create automation, i can't find this field to copy it to another project. 

At the same time, there are other fields in the list of fields to configure, created in a similar way.

How to add the required field to the selection list?

2022-03-22_200657.png

1 answer

1 vote
Fernando Eugênio da Silva
Community Champion
March 22, 2022

@Юманкин Д_М_ 

 

You are unable to find fields of type "Select List (Cascading)" in Jira Cloud due to automation.

To indicate some value for it, you will need to make use of the smartvalue feature, expanding the "More options" option and using JSON to reference the values of the Select List Cascading field

49.PNG

Luckily I have a payload that can help in this scenario of copying the value to another project/issue. Just add the values you want. See:

 

{
"update": {
"CUSTOM_FIELD_NAME": [
{
"set": {
"value": "{{triggerIssue.fields.CUSTOM_FIELD_NAME.value}}",
"child": {
"value": "{{triggerIssue.fields.CUSTOM_FIELD_NAME.child.value}}"
}
}
}
]
}
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events