Browser-based access to jira_render.py and jira_update.py | Version 0.1
Export requirements document (PPS) from Jira
π‘ Template Variable Examples
| Template Variables | Description |
|---|---|
contract=OIS1 |
Export all requirements for contract OIS1 |
contract=Δ’IS1 sprint="GIS2: Sprint 3" |
Requirements for a specific sprint within a contract |
contract=OIS1 sprint="OIS3 Sprint 5,OIS3 Sprint 6" |
Requirements across multiple sprints (comma-separated) |
Export test report document (TP) from Jira. Template variables are optional and can be combined: contract filters by contract (e.g. contract=Δ’IS1), sprint accepts one or more comma-separated sprint names (e.g. sprint="OIS3 Sprint 5,OIS3 Sprint 6"), test_run filters tests by run name with wildcard support (e.g. test_run="QA*" or full regex test_run="QA_S[0-9]").
π‘ Template Variable Examples
| Template Variables | Description |
|---|---|
sprint="GIS2: Sprint 5,GIS2: Sprint 6" test_run="QA*" |
Sprints + test run wildcard combined |
contract=Δ’IS1 |
All tests for contract Δ’IS1 (all sprints, all test runs) |
sprint="GIS2: Sprint 5" |
Tests for a single sprint |
sprint="GIS2: Sprint 5,GIS2: Sprint 6" |
Tests across multiple sprints (comma-separated) |
test_run="QA*" |
Filter by test run name prefix using wildcard |
test_run="QA_S[0-9]" |
Filter by test run using full regex pattern |
Create test tasks for a sprint
π‘ Field Value Examples
| Sprint Name | Test Run Name | Description |
|---|---|---|
OIS3 Sprint 5 |
QA_S5 |
Standard OIS3 sprint test run |
GIS2: Sprint 3 |
QA_GIS1_S3 |
GIS1 project sprint test run |
OIS3 Sprint 6 |
QA_S6 |
OIS3 sprint 6 test run |
The Test Run Name is stored in the TestRun custom field on each created Test subtask and is used later to filter the test report.
Generated documents from Jira exports
Template files for rendering documents
π Click to select template files or drag and drop
Allowed: .html, .docx (max 100MB)Jira Toolkit documentation and user guide
β³ Loading documentation...