An Azure DevOps build extension that will comment on your JIRA tickets for you.
To learn a bit more about the extension and how to use it, check out the overview.
To get up and running, install these dependencies
npm i
to install all dependencies
npm t
to run all unit tests
To package the extension and prepare it for being published, execute the package.sh
script
./buildandreleasetask/scripts/package.sh
To publish the packaged extension, execute the publish.sh
script, passing in your Personal Access Token
./buildandreleasetask/scripts/publish.sh "${PAT}"
where ${PAT}
needs to be substituted for your Personal Access Token