fordeer/Send Deployment URL to Jira

Automatically posts deployment URL to associated Jira issue based on PR title

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
jira_base_urlJIRA base URL (e.g., https://your-domain.atlassian.net)yes
jira_usernameJIRA username/emailyes
jira_api_tokenJIRA API tokenyes
deployment_urlDeployment URL to send to Jirayes
pr_titlePull Request title (defaults to GitHub PR title)no${{ github.event.pull_request.title }}
jira_project_prefixJira project prefix (e.g., FC, DEV, PROJ)noFC
jira_key_patternCustom regex pattern to extract Jira key (overrides jira_project_prefix if provided)no""
message_templateCustom message template for Jira commentno🚀 [Deployment URL]({deployment_url}) is ready for testing! 🔗
namedescription
jira_issue_keyExtracted Jira issue key
comment_postedWhether comment was successfully posted