Skip to content

Releases: novshi-tech/atl-cli

v0.7.0

Choose a tag to compare

@nosen-nvt nosen-nvt released this 01 Aug 04:17

Features

  • bitbucket pr comment delete: delete a pull request comment (regular or inline) by ID

v0.6.1

Choose a tag to compare

@nosen-nvt nosen-nvt released this 01 Aug 03:33

Fixes

  • bitbucket pr comment: follow pagination when listing PR comments — previously only the first page (10 comments) was fetched, silently hiding comments beyond that on PRs with more activity.

v0.6.0

Choose a tag to compare

@nosen-nvt nosen-nvt released this 01 Aug 01:36

Features

  • bitbucket pr comment create --parent: no longer requires manually re-specifying --path/--line — inline position is now inherited from the parent comment
  • jira issue: add story points read/write support
  • install-skills: install to all detected client directories instead of just the first match
  • boid-cli credential backend for daemon-container host_command use

Fixes

  • bitbucket pr comment create --parent: fix 400 error when replying to comments anchored across both from/to (e.g. an unchanged line whose position shifted in the diff)
  • jira issue list: report actual issue count instead of always 0
  • jira issue create: resolve issuetype name to project-scoped id

v0.5.0

Choose a tag to compare

@nosen-nvt nosen-nvt released this 25 Jun 04:33

Features

  • jira issue create/update: add --parent flag for sub-tasks
  • jira issue create/update: add --epic flag to link to epics
  • jira project list: include project ID in output
  • jira issuetype list: new command (sources from createmeta)

Fixes

  • jira issue create: require --type
  • jira issuetype/project: correct API response parsing, use projectId param