Documentation
README
Create a Jira Bug in LPD
Create a bug ticket in the LPD Jira project through the REST API.
Input
When ${ARGUMENTS} is a commit hash, inspect the commit with git show to understand the fix and infer the bug it addresses. When ${ARGUMENTS} is a free-form description, use it directly.
Gather Information
Request any missing details from the user:
- Summary โ short title describing the bug.
- Steps to Reproduce โ clear, minimal steps.
- Expected Behavior โ what should have happened.
- Actual Behavior โ what happened instead.
Required Fields
The LPD project requires the following fields. Apply these defaults unless the user specifies otherwise:
This is the opening of the README. Read the full README on GitHub.