taimos / projen-pipelines

CDK pipelines using projen
Apache License 2.0
40 stars 2 forks source link

feat(jira): add CLI commands for JIRA attachments and comments #60

Open hoegertn opened 1 month ago

hoegertn commented 1 month ago

This commit introduces new executable scripts, pipelines-jira-attachment.js and pipelines-jira-comment.js, to the bin directory, enabling interaction with JIRA for attaching files to issues and adding comments. The corresponding TypeScript source files have been added under src/jira.

The following additional changes have been made:

These changes expand the library's functionality by providing command-line tools that can integrate with JIRA for automated workflows, which can be especially useful in continuous integration systems.