connorsmallman/Jira Changelog
Generates a changelog message by looking at Jira issue keys ([DEV-123]) in commit messages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_host | Root host of your JIRA installation without protocol. // (i.e "yourapp.atlassian.net") | yes | https://atlassian.net |
| jira_email | Email address of the user to login with | yes | e@email.com |
| jira_token | Auth token of the user to login with | yes | knmD98cbfsd£jnfjnH?KHKH |
| jira_base_url | Jira base web URL for changelog message entries | no | https://atlassian.net |
| jira_ticket_id_pattern | Regex used to match the issue ticket key | no | /\[([A-Z]+\-[0-9]+)\]/i |
| source_control_range_from | Starting branch to get range of commits | no | develop |
| source_control_range_to | Ending branch to get range of commits | no | master |
| approval_statuses | Comma separated list of issue statuses treated as approved | no | Done,Closed,Accepted |
| exclude_issue_types | Comma separated list of issue types to exclude from changelog | no | Sub-task |
| include_pending_approval_section | Boolean flag indicating whether to include or exclude `Pending Approval` section | no | true |
Outputs
| name | description |
|---|---|
| changelog_message | Generated changelog entry |