Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/liferay/liferay-portal

Works with Git. The repository opens in your current directory.

πŸ›
AutomationJava

Jira Bug Creation

by liferay

Create a Jira bug ticket in the LPD project through the REST API. Use when the user asks to create or file a Jira bug or LPD ticket.

2.3K stars3.8K forksAdded 2026/07/20

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:

  • Affects Version: Master (ID: 16660).
  • Component: Infer from the code area. Fetch the LPD project components and select the one whose name matches the relevant area or keyword.
  • Cross Cutting Properties (customfield_10979): None (ID: 14468).

Create the Ticket

Create the issue in the LPD project with the gathered summary, description, and required fields. Author the description in Atlassian Document Format (ADF) with the following sections, in order: Description, Steps to Reproduce, Expected Behavior, Actual Behavior. Append a Fix section when a commit is referenced.

Output

The ticket key and the browse URL: https://liferay.atlassian.net/browse/<KEY>.

More from liferay

Other Claude Code skills by this author in the directory.

πŸ“
1w ago

Format Source: Add Rule

Add a new formatting rule to the format-source skill by extracting a learnable pattern from a Git commit. Useful after spotting a convention in code review that can be automated.
Quality
+0%2.3K3.8K
πŸ“
1w ago

Source Format

Format source files to align with Liferay's coding standards using automatic formatters and manual ordering rules. Supports Java, JavaScript, JSON, JSP, Markdown, and more. Ideal for pre-commit code cleanup.
Quality
+0%2.3K3.8K
🎟️
1w ago

Create Jira Task

Creates a task ticket in the LPD Jira project automatically via REST API. Useful when a user wants to quickly generate a Jira task from a commit hash or description, inferring components and formatting details.
Automation
+0%2.3K3.8K
πŸ“
1w ago

Markdown Formatting

Formats Markdown files to follow Liferay’s documentation conventions, including frontmatter structure, title case headings, shell variable syntax, and CLI flag style. Ideal for preparing or polishing Markdown content for the Liferay project.
Writing
+0%2.3K3.8K
πŸ”„
1w ago

Poshi Migrate

Routes each Poshi test to Playwright, Jest, or JUnit based on what it validates, consolidates compatible Playwright tests, and follows existing patterns. Use when migrating, porting, or converting Poshi .testcase files to modern test layers.
Quality
+0%2.3K3.8K
βœ‚οΈ
1w ago

Poshi Shrink

Shrink a Liferay component's Poshi test suite by merging overlapping tests. Use when the user asks to reduce, merge, or clean up Poshi tests for a @component-name.
Quality
+0%2.3K3.8K