...
- Look up the insight key using the JIRA A insight value
/rest/insight/1.0/iql/objects
- Create an issue in JIRA B with the looked up key as customfield value
- Set the reference of the created key from JIRA B in JIRA A
Widget Connector | ||
---|---|---|
|
References, creating / updating issues with insight data using REST
https://documentation.mindville.com/insight/5.0/insight-for-developers/insight-with-jira-rest-api
Get object information
Code Block | ||
---|---|---|
| ||
{
"fields": {
"customfield_10030": [{"key": "MYKEY-123"}]
}
} |
See the groovy examples to learn how to extract the key from custom field values