Forums

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

How can I update a JPD Connection global field using Automation JSON?

Daniel Gaviria
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!
July 7, 2026

I’m trying to update a Connection global field in Jira Product Discovery using the Edit issue fields (advanced JSON) action in Automation.

The field is a Connection field that links to other JPD ideas, and I want to append a new connected idea without overwriting the existing ones.

I’ve tried the following JSON:

{
  "update": {
    "customfield_15205": [
      {
        "add": {
          "id": "{{issue.id}}"
        }
      }
    ]
  }
}

I’ve also tried variations using:

  • set instead of add
  • key instead of id
  • Passing an array instead of a single object

The automation completes successfully with no errors, but the Connection field is not updated.

Has anyone successfully updated a JPD Connection field through Automation JSON?

  • Is this field supported by the Jira REST edit operations?
  • If so, what is the expected JSON payload?
  • Or is this currently a limitation of Jira Product Discovery?

Any examples would be greatly appreciated.

1 answer

0 votes
Gabriela
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 7, 2026

Hi Daniel. Connection fields don't hold a value in the custom field, the link between ideas is stored as a normal Jira issue link, so Edit issue (advanced JSON) on customfield_15205 has nothing to write and runs clean without changing anything. Swap that action for Link issues and link the current idea to the target one, picking the link type that backs that Connection field (JPD creates a dedicated link type when you set the field up). Creating the link is what makes it show up in the Connections field. Best, Gabriela

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events