JIRA Service
Description: JIRA Cloud Service für Issue-Management über REST API
Configuration
- JIRA URL: e.g.
https://your-domain.atlassian.net - Email: Your JIRA account email
- API Token: Create at Atlassian API Tokens
Detailed Configuration Instructions
- Get JIRA URL and Email: Use your JIRA instance URL and your account email
- Create API Token:
- Open Atlassian API Tokens: https://id.atlassian.com/manage-profile/security/api-tokens
- Click "Create API token"
- Give it a label (e.g., "MCP Integration")
- Copy the generated token
- 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.doeShow me all open issues in project XYZUpdate issue ABC-123 with new descriptionAdd 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