Skip to content

JIRA Service

Description: JIRA Cloud Service für Issue-Management über REST API

Configuration

  1. JIRA URL: e.g. https://your-domain.atlassian.net
  2. Email: Your JIRA account email
  3. API Token: Create at Atlassian API Tokens

Detailed Configuration Instructions

  1. Get JIRA URL and Email: Use your JIRA instance URL and your account email
  2. Create API Token:
  3. Configure in plemeo MCP: Enter the URL, email, and API token

Important Notes

  • Use your Atlassian account email, not an alias
  • API tokens can be revoked at any time from the Atlassian portal
  • Ensure the account has permissions for the target projects

Main Commands

  • List projects
  • Create issue
  • Get issue details
  • List issues with filters
  • Search with JQL
  • Update issue
  • Change status
  • Assign issue
  • Add comment

Examples

Create a JIRA ticket in project ABC with title 'Login Bug' and assign it to john.doe
Show me all open issues in project XYZ
Update issue ABC-123 with new description
Add a comment to issue ABC-456 saying 'Fixed in latest release'
Change the status of issue ABC-789 to 'In Progress'
Search for all issues assigned to me in the last 30 days