Skip to content

Add Jira report to Slack workflow template#11

Draft
sandeepenugurthi wants to merge 1 commit into
mainfrom
cursor/jira-report-slack-automation-6541
Draft

Add Jira report to Slack workflow template#11
sandeepenugurthi wants to merge 1 commit into
mainfrom
cursor/jira-report-slack-automation-6541

Conversation

@sandeepenugurthi
Copy link
Copy Markdown

Summary

  • add a new workflow template workflow-templates/jira-report-to-slack.yml that queries Jira with JQL and posts a formatted report to Slack
  • support both scheduled runs and manual runs with optional jql / max_results overrides
  • document required repository variables and secrets in README.md
  • add template metadata in workflow-templates/jira-report-to-slack.properties.json

Configuration

Set these repository variables:

  • JIRA_BASE_URL
  • JIRA_REPORT_JQL
  • JIRA_REPORT_MAX_RESULTS (optional)

Set these repository secrets:

  • JIRA_USER_EMAIL
  • JIRA_API_TOKEN
  • SLACK_WEBHOOK_URL

Testing

  • validated YAML structure and script syntax by review in repo
  • no live integration test run (requires Jira and Slack credentials)
Open in Web Open in Cursor 

Co-authored-by: sandeepenugurthi <sandeepenugurthi@users.noreply.github.com>
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