jira-evidence

Upload screenshots and comments to JIRA tickets and GitHub pull requests.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill jira-evidence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-evidence
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa-expo/skills/jira-evidence
Command: npx skills add https://github.com/CodySwannGT/lisa --skill jira-evidence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of uploading visual and textual evidence to both JIRA tickets and GitHub pull requests, streamlining the code review and bug tracking workflow.

Core Features & Use Cases

  • Automated Uploads: Uploads screenshots and generated comments to JIRA attachments and GitHub releases.
  • Integrated Updates: Updates the PR description with evidence and posts a JIRA comment.
  • Workflow Automation: Transitions JIRA tickets to "Code Review" status automatically.
  • Use Case: After testing a new feature, you can use this Skill to automatically upload all your test screenshots to the associated JIRA ticket and GitHub PR, and update their descriptions with a summary, saving you manual upload and copy-pasting time.

Quick Start

Use the jira-evidence skill to upload evidence for JIRA ticket PROJ-123, using the files in the ./evidence directory, and update pull request number 42.

Frequently Asked Questions about jira-evidence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically attach screenshots and comments to JIRA tickets and GitHub PRs?

You can automatically attach screenshots and comments to JIRA tickets and GitHub PRs by running this evidence upload automation, which updates PR descriptions, attaches files to JIRA issues, and posts JIRA comments in one step.

What do I need to configure to automate uploading evidence files to JIRA and GitHub?

To automate uploading evidence files to JIRA and GitHub, you need a configured JIRA_API_TOKEN, the jira-cli tool, and the gh CLI installed and authenticated for seamless integration.

Can I transition a JIRA ticket to Code Review status when posting evidence?

Yes, this evidence posting workflow can automatically transition your JIRA ticket to the Code Review status while simultaneously uploading your evidence files and updating the associated GitHub pull request.

What is the best way to update a GitHub PR description with test evidence?

The best way to update a GitHub PR description with test evidence is to use an integrated automation script that generates a summary comment and pushes both the text and screenshot files directly to the pull request.

Does this automated evidence upload workflow work without the jira-cli or gh CLI tools?

No, this automated evidence upload workflow requires both the jira-cli and gh CLI to be configured, as it relies on these command-line interfaces to interact with JIRA issues and GitHub pull requests.

Why upload test evidence to both JIRA and GitHub simultaneously?

Uploading test evidence to both JIRA and GitHub simultaneously streamlines the code review and bug tracking workflow by ensuring developers and project managers have immediate access to screenshots and comments without manual copy-pasting.