Activate and Run the Recipe

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

  1. Activate the recipe. See Activate a Recipe or Accelerator.
  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. See Monitor Integrations.
  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.