JIRA Project Tickets

Inputs: base_url, project_key, email (JIRA API token via secrets).

Outputs: tickets (LIST with key, summary, status, assignee, labels, timestamps, URL).

Combine with: Filter by assignee or status and send summaries to Slack.

JIRA Create Ticket

Inputs: base_url, project_key, email, summary, optional description, issue_type, labels, priority, assignee_account_id.

Outputs: id (STRING), key (STRING).

Combine with: Use LLM to generate a summary and description; post link to Slack.