4 Activate and Run the Recipe

After you've configured the connections and other resources, you can activate and run the recipe.

  1. In the project workspace, click Activate. In the Activate project panel, with the default project deployment selected, choose an appropriate tracing option, then click Activate.

    A message confirms that the integration has been activated. Refresh the page to view the updated status of the integration.

  2. Test the recipe in Oracle Integration.
    1. In the Integrations section of the project workspace, click Actions Actions icon on the Create Issue in Jira integration flow, then select Run.
    2. On the Configure and run page, in the Request section, click the Body tab and enter the request data.

      Example:

      {
        "summary": "Integration issue reported  test-id",
        "issueTypeName": "Task",
        "projectKey": "OP",
        "description": "epic test\n\n*dssdf*",
        "reporterId": "712020:04e44ed7-d804-456f-b566-8b831a3031eb"
      }
      

      Note:

      Enter the correct projectKey and issueTypeName as per your Jira environment.
    3. Click Run.
  3. Monitor the running of the integration flow in Oracle Integration.
    1. In the project workspace, click Observe. You'll see the integration flow being triggered and running successfully.
    2. To manage errors in your project, see Manage Errors in a Project.
  4. Verify that a new Jira issue is created with the required information.
    1. Log in to your Atlassian instance: https://<hostname>.atlassian.net/.
    2. Open the project in which the issue is created.
    3. Open the newly created Jira issue and check if the details match the information passed in the request payload.