Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 924 Bytes

sample-seeding-jira-data.md

File metadata and controls

35 lines (21 loc) · 924 Bytes

Sample Seeding Jira Data

Overview

This guide explains how to populate your Jira instance with sample data for testing purposes.

Prerequisites

  • Create a Jira project in your account after completing the Jira account creation and setting up the required environment variables
  • Add your project key to the .env file:
JIRA_SEED_PROJECT_KEY="your-project-key"

Available Resources

API Endpoint

  • Use the seedJira API to populate sample data

Data Sources

Usage

To populate your Jira instance with sample data, simply call the seedJira API endpoint. This will create test records using the predefined data templates.

Sample Search query in .env

JIRA_JQL_QUERY="project = 'CPG' AND textfields ~ 'SEARCH_FIELD' ORDER BY created DESC"