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

1 accepted

0 votes
Answer accepted
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

Tanguy Crusson
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 8, 2026

That is correct, thanks @Gabriela !

Here's a demo from the FAQ that shows how to retrieve connections (this could give you ideas for how add connections using issue links)

How do I copy field values and connected ideas from an idea into another one when connecting them?

(e.g. copy field values from a solution to an experiment when connecting the experiment to the idea)

You can do that with an Automation rule:Copying field values and connections from one idea to another after connecting them

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events