/
How to create an issue with insight data
How to create an issue with insight data
Scenario, there is two JIRA instances A and B. Both having insight installed on them. When an issue is created or updated in JIRA A instance then JIRA B instance shall get an issue with the same data.
Here are the steps that we need to do in order to make it work.
- 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
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
{ "fields": { "customfield_10030": [{"key": "MYKEY-123"}] } }
See the groovy examples to learn how to extract the key from custom field values
, multiple selections available,
Related content
Automatic response variables
Automatic response variables
Read with this
Jira migration with Insight
Jira migration with Insight
More like this
Request Tab
Request Tab
Read with this
Update Insight Object on Issue change
Update Insight Object on Issue change
More like this
Update Jira custom field examples
Update Jira custom field examples
Read with this
Set JIRA approvers field from Insight Object attribute
Set JIRA approvers field from Insight Object attribute
More like this