Documentation
README
Create a Jira Task in LPD
Create a task 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 work and infer the task. When ${ARGUMENTS} is a free-form description, use it directly.
Gather Information
Request any missing details from the user:
- Summary โ short title describing the task.
- Description โ what needs to be done and why.
Required Fields
The LPD project requires the following fields. Apply these defaults unless the user specifies otherwise:
- Component: Infer from the code area. Fetch the LPD project components and select the one whose name matches the relevant area or keyword.
- Issue Type:
Task(ID:10002).
This is the opening of the README. Read the full README on GitHub.