insidewhy/action-jira-story-point-charts

Generate story point charts from jira issues and post them to slack

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 3, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: insidewhy/action-jira-story-point-charts@fd89ed1a3fb399dc234783be8e6021dfa57b745c # v2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
slack-channelchannel id of slack channel to post toyes
chartsThe charts to generate
story-point-estimateStory point estimate to assign to issues with unset story points
jira-userJira user that created the auth tokenyes
jira-base-urlBase URL of jira instance to retrieve data fromyes
jira-tokenJira auth tokenyes
slack-tokenSlack bot tokenyes
jira-fieldsCustomise jira fields used for story points and times
jira-statusesCustomise jira statuses
jqlThe jql used to select issues for the charts
summaryA summary text message to include with the charts
with-weekly-descriptionAdd a textual summary of changes for this week with the given heading
with-daily-descriptionAdd a textual summary of changes for this day with the given heading
store-work-item-historyRead and store work item history from/to the file system, this is required for the weekly-work-item-changes and daily-work-item-changes charts and also enhances the descriptions provided by with-weekly-description and with-daily-description
work-daysWork days for company as numbers from 0 (Sunday) to 6 (Saturday), defaults to 12345

no outputs