Skip to content

Conversation

@arjantop-cai
Copy link
Collaborator

Add support for mapping Dependabot severity levels (CRITICAL, HIGH, MODERATE, LOW) to Jira priority values via environment variables:

  • JIRA_PRIORITY_MAPPING: Comma-separated SEVERITY:Priority pairs
    Example: CRITICAL:P0,HIGH:P1,MODERATE:P2,LOW:P3
  • JIRA_PRIORITY_DEFAULT: Fallback priority when severity not in mapping

This allows automatic prioritization of security tickets based on vulnerability severity.

Add support for mapping Dependabot severity levels (CRITICAL, HIGH,
MODERATE, LOW) to Jira priority values via environment variables:

- JIRA_PRIORITY_MAPPING: Comma-separated SEVERITY:Priority pairs
  Example: CRITICAL:P0,HIGH:P1,MODERATE:P2,LOW:P3
- JIRA_PRIORITY_DEFAULT: Fallback priority when severity not in mapping

This allows automatic prioritization of security tickets based on
vulnerability severity.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@arjantop-cai arjantop-cai merged commit c60517c into v1.x Jan 16, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants