The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Populate Fields based on Element Connect fields

Joel Batac
Contributor
November 6, 2023

Hi All,

 I created an Element Connect field (Employee ID) and 3 additional field (state, Manager, Sponsor). I want to populate the 3 fields based on the EC field. Below is the json we use

 

{
"Name": "John Doe",
"Employee ID": "Z12345",
"startDate": "2021-01-01T00:00:00Z",
"endDate": "2022-12-31T00:00:00Z",
"State": {
"id": "permanent"
},
"Manager": {
"sid": "X12345"
},
"Sponsor": [
{
"sid": "Y12345"
}
]
}

 

So if I select Employee ID Z12345, State should have permanent, Manage as X12345 and Sponsor as Y12345 automatically populated. Is this possible?

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question