Although you cannot select insights custom fields from the field picker, it is still possible to edit them using the advanced section.
Step-by-step guide
- Select the edit issue action
- In the advanced block add the following, substituting the name of the field for the name of your field
| Code Block |
|---|
{
"fields": {
"My Reference Object (Multi Select)": [
{ "key": "TEST-17" }
],
"My Reference Object (Single Select)": [
{ "key": "TEST-18" }
]
}
} |
| Filter by label |
|---|
| showLabels | false |
|---|
| max | 5 |
|---|
| spaces | com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@73c02c85 |
|---|
| showSpace | false |
|---|
| sort | modified |
|---|
| reverse | true |
|---|
| type | page |
|---|
| cql | label = "kb-how-to-article" and type = "page" and space = "AUTO4J" |
|---|
| labels | kb-how-to-article |
|---|
|
| Page Properties |
|---|
|
Related issues| Info |
|---|
Our documentation has recently move to a new location! Please head on over to: https://docs.codebarrel.io/automation/kb/edit-riada-field.html |