This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
gocd-jira-release-notes Release 1.0.0
Initial release.
How to use this?
- Read the
README.md
- Copy
config.yaml.sample
toconfig.yaml
and update the values within to match your setup. - Build & run the service. There is currently no Dockerfile for deployments (PR's welcome).
- Trigger the service using e.g.
curl
.
IMPORTANT NOTE:
There is currently a hard-coded field Customfield10110
and a related JSON key customfield_10110
, which correspond to the "Release Notes" Custom Field in our (Iotics) Jira instance. If you want to test or run this with your instance of Jira/Confluence, you currently need to update the source code and modify the hard-coded field to the one that corresponds to your "Release Notes" Custom Field in your Jira instance. This can be of course improved and made more generic, but that work was beyond the initial scope.
PR's, bug reports, suggestions and improvements are welcome.