jira_integration
Connect Ludus FastMCP to Jira for issue tracking. Configure integration, create and update issues, and link deployments to track security testing progress.
Instructions
Integrate with Jira for issue tracking.
Args: action: Action to perform (configure, create_issue, update_issue, link_deployment) jira_url: Jira instance URL project_key: Jira project key api_token: Jira API token issue_id: Jira issue ID (for update/link operations) user_id: Optional user ID (admin only)
Returns: Jira integration result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| jira_url | No | ||
| project_key | No | ||
| api_token | No | ||
| issue_id | No | ||
| user_id | No |