Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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


  1. Select the edit issue action 
  2. In the advanced block add the following, substituting the name of the field for the name of your field
{
  "fields": {
    "My Reference Object (Multi Select)": [
      { "key": "TEST-17" }
    ],
    "My Reference Object (Single Select)": [
      { "key": "TEST-18" }
    ]
  }
}


 



  • No labels