Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize some Tracker story edits back to the linked GitHub issue #1

Merged
merged 4 commits into from
Jan 29, 2021

Conversation

cfryanr
Copy link
Owner

@cfryanr cfryanr commented Jan 27, 2021

No description provided.

- This commit is work in progress towards reflecting some Tracker
  story edits back to the linked GitHub issue.
- Refactor the tracker import endpoint into its own package.
- Add a way to pass GitHub and Tracker API tokens into the app
  via the ytt templates.
- Add a new endpoint which implements the Tracker webhook spec.
- When the new Tracker webhook listener is called, check to see
  if any of the incoming story change events are stories that
  are linked to a GitHub issue.
- Includes unit tests for the new Tracker webhook.
- When the "state" or "story type" of a Tracker story is changed,
  update the linked GitHub issue's labels to reflect the current
  priority, state, and type of the story.
@cfryanr cfryanr changed the title WIP: Push some Tracker story edits back to the linked GitHub issue WIP: Synchronize some Tracker story edits back to the linked GitHub issue Jan 29, 2021
- Make the mapping of Tracker user IDs to GitHub usernames configurable
@cfryanr cfryanr changed the title WIP: Synchronize some Tracker story edits back to the linked GitHub issue Synchronize some Tracker story edits back to the linked GitHub issue Jan 29, 2021
@cfryanr cfryanr merged commit 7052f60 into main Jan 29, 2021
@cfryanr cfryanr deleted the sync-back-to-issues branch January 29, 2021 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant