git2gus icon indicating copy to clipboard operation
git2gus copied to clipboard

A Github application to keep issues in sync with Agile Accelerator

Results 37 git2gus issues
Sort by recently updated
recently updated
newest added

We hit an issue with creating a new work item when the GitHub issue subject was too long. Git2Gus should instead truncate the subject and go ahead with creating the...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 5.4.1 to 9.26.3. Release notes Sourced from @​octokit/webhooks's releases. v9.26.3 9.26.3 (2023-11-15) Bug Fixes try to release with previously used semantic-release version (a674dd6) v9.26.2 9.26.2 (2023-11-15) Bug...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [sails](https://github.com/balderdashy/sails) from 1.5.3 to 1.5.7. Release notes Sourced from sails's releases. v1.5.7 What's Changed [fix] update logic to display local URL by @​DominusKelvin in balderdashy/sails#7285 Upgrade semver dependency (v4.3.6...

dependencies

See this thread entry for more details: https://salesforce-internal.slack.com/archives/CKNH4KL3B/p1675803886355649?thread_ts=1675793573.473109&cid=CKNH4KL3B When GitHub issues are closed, the Gus work item status should be updated accordingly. However the integration does not seem to work...

bug

As a repository owner of a repository configured to use git2gus, I'd like the `.git2gus/config.json` file to support comments. So that I can know what this oddball config file is...

Code in createWorkItem.js among other locations look for the literal string 'true'. This should accept boolean values also.

BUG P3

As a repository maintainer, I have an existing Github issue labelled "BUG P3" and linked to an ADM_Work record. I'd like to raise the priority to "BUG P2" and have...

BUG P3

This TypeError is unhandled, causes a promise to reject, and crashes the app. This function looks like it doesn't really understand Promises either, since it mixes callback functions and async/await....